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