summary refs log tree commit diff
path: root/25/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-24 21:21:35 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-24 21:21:35 -0800
commit4e80f27c8e64891a488e8563f993e4642898e10e (patch)
tree622b6589e8948626fcbc0839d71f8ff191a79f7b /25/Cargo.toml
parentbc3acb749d563a5d5db1551b40b433a900d4c154 (diff)
25! yay :) HEAD main
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"