summaryrefslogtreecommitdiff
path: root/day2/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-06 22:19:46 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-06 22:19:46 +0100
commit5f574cf344f579787f3ba6a65831a8e80532acbd (patch)
tree2cc5bb3bd99859f941114709bfbbde69c10f8eba /day2/Cargo.toml
parentf754fb2b193bfd17a7af51fae32f0805a1f16d0b (diff)
Add day2
Diffstat (limited to 'day2/Cargo.toml')
-rw-r--r--day2/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day2/Cargo.toml b/day2/Cargo.toml
new file mode 100644
index 0000000..8aa34bb
--- /dev/null
+++ b/day2/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day2"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]