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