summaryrefslogtreecommitdiff
path: root/aoc25/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-25 12:09:08 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-25 12:09:08 +0200
commitfd75b3fb95ad049b0025cb8fc0b3459b8f872d61 (patch)
treeccdf6758fa590ee968a781f806639c5c78c00b6c /aoc25/Cargo.toml
parenta641af88aa9a8234197e4163524df326e205349c (diff)
AOC25
Diffstat (limited to 'aoc25/Cargo.toml')
-rw-r--r--aoc25/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc25/Cargo.toml b/aoc25/Cargo.toml
new file mode 100644
index 0000000..aa84af4
--- /dev/null
+++ b/aoc25/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc25"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]
+regex = "0.1" \ No newline at end of file