summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2021-12-01 18:50:46 +0100
committerReiner Herrmann <reiner@reiner-h.de>2021-12-01 18:50:46 +0100
commit6a3bb87d33c9215bf1d33d9a57386ee9f3e50e9f (patch)
tree892bf9beb68b82d9eb30ab756b721f4c51b8a6da /Cargo.toml
Initialize project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..cb51ca4
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "advent"
+version = "0.1.0"
+authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]