summaryrefslogtreecommitdiff
path: root/aoc10/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-10 11:06:36 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-10 11:06:36 +0200
commitcce9dc3e4eee41d5898b3e6576e0528c58f6e401 (patch)
tree251f6e93b0ed3945b90475e7bdb92cc58109c432 /aoc10/Cargo.toml
parente51ad23e3b6385c3666ffc9f4f37b195fbfdc3c3 (diff)
AOC10
Diffstat (limited to 'aoc10/Cargo.toml')
-rw-r--r--aoc10/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc10/Cargo.toml b/aoc10/Cargo.toml
new file mode 100644
index 0000000..d6abdaf
--- /dev/null
+++ b/aoc10/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc10"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]
+regex = "0.1" \ No newline at end of file