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