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