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