summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-12-01 18:35:12 +0100
committerReiner Herrmann <reiner@reiner-h.de>2022-12-01 20:30:08 +0100
commit422145f1d54f4706e047fb6bfe3ea35ef30e4c3a (patch)
tree37216cc748d3e4da191eead9cccde26ab6b12d53 /Cargo.toml
Initialize project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..bb0c0e0
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "advent"
+version = "0.1.0"
+authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
+edition = "2021"
+
+[dependencies]