summary refs log tree commit diff
path: root/24/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-23 22:02:37 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-23 22:02:37 -0800
commitbc3acb749d563a5d5db1551b40b433a900d4c154 (patch)
tree0aca888050be707a3dd690d799c5e64c3052c7bc /24/Cargo.toml
parentbf4ada00a845e08e552f0521d245c23f04c47b1f (diff)
24! yay :)
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"