summary refs log tree commit diff
path: root/04/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-04 21:57:15 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-04 21:57:15 -0800
commitbe489d9b3bfe62d53807e489910be0d1fd45ef98 (patch)
treef15605a8f73a686e5a8ac5b186928ed7934ba70c /04/Cargo.toml
parente3e75436a6ca1ba877a4190762fcecc534ee5b5f (diff)
05, and some stray stuff from 04, oops
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"