summary refs log tree commit diff
path: root/14/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-14 00:08:44 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-14 00:08:44 -0800
commit30fb06f502d04d9a0b78cb21df36949dca6d5c02 (patch)
treeda78b7f46d5b65853dc2df472e3d64b92ba77ccd /14/Cargo.toml
parent98d41362b766072c278da5076df2ca7e4fe8cf9d (diff)
14
Diffstat (limited to '14/Cargo.toml')
-rw-r--r--14/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/14/Cargo.toml b/14/Cargo.toml
new file mode 100644
index 0000000..58d7c98
--- /dev/null
+++ b/14/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent_14"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+advent_lib = { path = "../lib" }
+
+[dev-dependencies]
+assert_cmd = "0.10"