summaryrefslogtreecommitdiff
path: root/aoc6/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2016-12-06 09:02:16 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2016-12-06 09:02:16 +0200
commit02cb93c30dbb3d39c36fbf024c5e53bc0e4d1f79 (patch)
treeaaa86bd4c7099f4dc8b9688be2a6a0456ec8e68b /aoc6/Cargo.toml
parent96422481271c8b6cd0ec095db44ac85525edf688 (diff)
AOC6
Diffstat (limited to 'aoc6/Cargo.toml')
-rw-r--r--aoc6/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc6/Cargo.toml b/aoc6/Cargo.toml
new file mode 100644
index 0000000..22fc24a
--- /dev/null
+++ b/aoc6/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc6"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@entelect.co.za>"]
+
+[dependencies]