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