summary refs log tree commit diff
path: root/07/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-06 22:06:27 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-06 22:06:27 -0800
commite3e71ffb705208cc188ff19a4936880f709aaf12 (patch)
tree86a2f6a1a4d3894f465acb7dfbdb07562dbb4746 /07/Cargo.toml
parent9293a2fd8ca2d4c1307f966568745f94327a0bba (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"