summary refs log tree commit diff
path: root/05/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 /05/Cargo.toml
parente3e75436a6ca1ba877a4190762fcecc534ee5b5f (diff)
05, and some stray stuff from 04, oops
Diffstat (limited to '05/Cargo.toml')
-rw-r--r--05/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/05/Cargo.toml b/05/Cargo.toml
new file mode 100644
index 0000000..4e5fdbd
--- /dev/null
+++ b/05/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "advent_05"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+advent_lib = { path = "../lib" }