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