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