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