summaryrefslogtreecommitdiff
path: root/aoc9/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2016-12-09 12:54:25 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2016-12-09 12:54:25 +0200
commite51ad23e3b6385c3666ffc9f4f37b195fbfdc3c3 (patch)
tree4da17f6a196159be71b276139a2b60fbd7aee0d0 /aoc9/Cargo.toml
parentd848c7e7f37a953b2c875a90416a01e0f76f3ce2 (diff)
AOC 8 and 9
Diffstat (limited to 'aoc9/Cargo.toml')
-rw-r--r--aoc9/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc9/Cargo.toml b/aoc9/Cargo.toml
new file mode 100644
index 0000000..de293f1
--- /dev/null
+++ b/aoc9/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc9"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@entelect.co.za>"]
+
+[dependencies]
+regex = "0.1" \ No newline at end of file