summaryrefslogtreecommitdiffstats
path: root/day1/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-06 20:04:28 +0000
committerSanto Cariotti <santo@dcariotti.me>2021-12-06 20:33:16 +0000
commitf754fb2b193bfd17a7af51fae32f0805a1f16d0b (patch)
tree21c72600fe749e882882759341582cc182467a7d /day1/Cargo.toml
Add day1
Diffstat (limited to 'day1/Cargo.toml')
-rw-r--r--day1/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day1/Cargo.toml b/day1/Cargo.toml
new file mode 100644
index 0000000..a3c4e52
--- /dev/null
+++ b/day1/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day1"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]