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