summary refs log tree commit diff
path: root/24/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2021-12-24 18:16:54 -0800
committerIrene Knapp <ireneista@gmail.com>2021-12-24 18:16:54 -0800
commit2821ecdd2272213cac2fccd85d861e46a0f64648 (patch)
tree7cd35a4b65d8f0e5f88ab533a8e2830a8a3ba380 /24/Cargo.toml
parent5a09744b94d58001921ec623369c43e6e14661a3 (diff)
24
Diffstat (limited to '24/Cargo.toml')
-rw-r--r--24/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/24/Cargo.toml b/24/Cargo.toml
new file mode 100644
index 0000000..e9e1108
--- /dev/null
+++ b/24/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent_24"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+advent_lib = { path = "../lib" }
+
+[dev-dependencies]
+assert_cmd = "0.10"