summary refs log tree commit diff
path: root/12/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2021-12-11 21:35:38 -0800
committerIrene Knapp <ireneista@gmail.com>2021-12-11 21:35:38 -0800
commit55fc103c60e2d7063d8ea75892058f8bd9d723a9 (patch)
tree390c12b88180a83f779a2b21c59e9ab33828e822 /12/Cargo.toml
parente07d2a9191fe5204a3cff7e9a62ba1c7c2d3a618 (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"