summaryrefslogtreecommitdiff
path: root/2023/day15/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-12-15 21:47:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2023-12-15 21:47:10 +0100
commit67dff579e91c13ef40ecb17d14497d145861c5e7 (patch)
tree3ec7cccea75ba25aa0da34f528811d28f6c9b21a /2023/day15/Cargo.toml
parent49ecb2db619bb32c712e619ec66833a917b5ffc3 (diff)
add day15 pt1
Diffstat (limited to '2023/day15/Cargo.toml')
-rw-r--r--2023/day15/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/day15/Cargo.toml b/2023/day15/Cargo.toml
new file mode 100644
index 0000000..f52c8dc
--- /dev/null
+++ b/2023/day15/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day15"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]