summary refs log tree commit diff
path: root/23/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-23 14:48:04 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-23 14:48:04 -0800
commitcfba0cdb161a790cff0e5663ae0a025999ee5bef (patch)
treea9aa4dc9b0315718bc14db7a2312c6b002e6bf0e /23/Cargo.toml
parenta7caf88f9340a2e209e5863c50142254053efe32 (diff)
23. wow ... that was a lot.
Diffstat (limited to '23/Cargo.toml')
-rw-r--r--23/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/23/Cargo.toml b/23/Cargo.toml
new file mode 100644
index 0000000..28383e3
--- /dev/null
+++ b/23/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent_23"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+advent_lib = { path = "../lib" }
+
+[dev-dependencies]
+assert_cmd = "0.10"