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