summary refs log tree commit diff
path: root/17/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-16 22:47:29 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-16 22:47:29 -0800
commit9acefe571def801d63282620cb31833a321bc551 (patch)
tree5f2872ea26b3a92cf64502a18f2806adbcd48ef6 /17/Cargo.toml
parenteaac11df01dea60def680f61861fe7b728f03df1 (diff)
17
Diffstat (limited to '17/Cargo.toml')
-rw-r--r--17/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/17/Cargo.toml b/17/Cargo.toml
new file mode 100644
index 0000000..5bd32e3
--- /dev/null
+++ b/17/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent_17"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+advent_lib = { path = "../lib" }
+
+[dev-dependencies]
+assert_cmd = "0.10"