summaryrefslogtreecommitdiff
path: root/aoc3/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-07 06:38:46 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-07 06:38:46 +0200
commite9905d92248b99f3dc79827f21db448d245326f4 (patch)
tree984666ff4505e225d2899c97e4f101c534fdca36 /aoc3/Cargo.toml
parent02cb93c30dbb3d39c36fbf024c5e53bc0e4d1f79 (diff)
advent 2+3
Diffstat (limited to 'aoc3/Cargo.toml')
-rw-r--r--aoc3/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc3/Cargo.toml b/aoc3/Cargo.toml
new file mode 100644
index 0000000..c8a1b62
--- /dev/null
+++ b/aoc3/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc3"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]