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