summaryrefslogtreecommitdiffstats
path: root/2023/day5/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-12-05 18:12:55 +0000
committerSanto Cariotti <santo@dcariotti.me>2023-12-05 18:12:55 +0000
commit4301b064d443b13854dd42ef8242d20bef548fe9 (patch)
treec7708803e3c9fc192f445b1b4012e9dcba385a87 /2023/day5/Cargo.toml
parent5580c538d09db86706e717b9c8e4f74d27449855 (diff)
part 1 of day5
Diffstat (limited to '2023/day5/Cargo.toml')
-rw-r--r--2023/day5/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/day5/Cargo.toml b/2023/day5/Cargo.toml
new file mode 100644
index 0000000..f9b62bf
--- /dev/null
+++ b/2023/day5/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day5"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]