summaryrefslogtreecommitdiff
path: root/aoc2/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2016-12-02 07:51:59 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2016-12-02 07:51:59 +0200
commit403f2a2b43d25d30f9b0e41c548017650505f48c (patch)
tree43f710c69a01fc8f8ba10bfb84e56290e66c57b0 /aoc2/Cargo.toml
Started AOC
Diffstat (limited to 'aoc2/Cargo.toml')
-rw-r--r--aoc2/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc2/Cargo.toml b/aoc2/Cargo.toml
new file mode 100644
index 0000000..e4dcc6f
--- /dev/null
+++ b/aoc2/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc2"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@entelect.co.za>"]
+
+[dependencies]