summaryrefslogtreecommitdiff
path: root/aoc18/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-18 09:39:41 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-18 09:39:41 +0200
commit160dc053dda09b2e42236ff5b1a78c78a701e43a (patch)
tree48e0569b5e314975b26ba7a951f0e553b720642b /aoc18/Cargo.toml
parentc40d6222d11d782a95109d8965977181b75ece3f (diff)
AOC18
Diffstat (limited to 'aoc18/Cargo.toml')
-rw-r--r--aoc18/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc18/Cargo.toml b/aoc18/Cargo.toml
new file mode 100644
index 0000000..5eadfea
--- /dev/null
+++ b/aoc18/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc18"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]