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