summary refs log tree commit diff
path: root/10/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-09 22:32:05 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-09 22:32:05 -0800
commit99ffb910798d46b8c8a6d91aa8ff2b06fc4313f8 (patch)
tree75cc47c2e5467f328f8675f6f9b8ec7ed311ce30 /10/Cargo.toml
parente9f5cbe12013d3c41a6c438e767025aba66fe53b (diff)
10
Diffstat (limited to '10/Cargo.toml')
-rw-r--r--10/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/10/Cargo.toml b/10/Cargo.toml
new file mode 100644
index 0000000..6b36e1c
--- /dev/null
+++ b/10/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent_10"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+advent_lib = { path = "../lib" }
+
+[dev-dependencies]
+assert_cmd = "0.10"