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