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