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