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