summaryrefslogtreecommitdiff
path: root/2019/rust/day07/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-07 23:09:12 +0100
committercos <cos>2019-12-07 23:09:16 +0100
commitedface94833462d5ccb3496ed631b2d3815646ec (patch)
treedb4fe081453ae3583ac8f4560ca3163cef7d76fa /2019/rust/day07/Cargo.toml
parent9973aaf401649c6ffd3d14295ce6dd9e9e63d159 (diff)
downloadadventofcode-edface94833462d5ccb3496ed631b2d3815646ec.zip
Add day07, 2019
Solution search is implemented as shell scripts. Ugly and fragile, but it got the task done.
Diffstat (limited to '2019/rust/day07/Cargo.toml')
-rw-r--r--2019/rust/day07/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2019/rust/day07/Cargo.toml b/2019/rust/day07/Cargo.toml
new file mode 100644
index 0000000..e4a691f
--- /dev/null
+++ b/2019/rust/day07/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day07"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2018"
+
+[dependencies]
+getopts = "0.2"