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