summaryrefslogtreecommitdiff
path: root/aoc19/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-19 09:53:41 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-19 09:53:41 +0200
commit3d6b8afea8dfd397186f0be13d6c064e3e7a8ffe (patch)
tree0db3b6f1afcc46598c80d0ba323de6453526f6d5 /aoc19/Cargo.toml
parent160dc053dda09b2e42236ff5b1a78c78a701e43a (diff)
AOC19 part 1
runs fairly fast, but does not translate easily to part 2
Diffstat (limited to 'aoc19/Cargo.toml')
-rw-r--r--aoc19/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc19/Cargo.toml b/aoc19/Cargo.toml
new file mode 100644
index 0000000..17889e3
--- /dev/null
+++ b/aoc19/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc19"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]