summaryrefslogtreecommitdiff
path: root/aoc24/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-24 10:32:40 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-24 10:32:40 +0200
commita641af88aa9a8234197e4163524df326e205349c (patch)
tree8368a8b686f5b94a5c24ca0253ee67401b5d7c41 /aoc24/Cargo.toml
parent44174bacd40f067f1c266dde51f809bfb85f7e16 (diff)
AOC24
Diffstat (limited to 'aoc24/Cargo.toml')
-rw-r--r--aoc24/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc24/Cargo.toml b/aoc24/Cargo.toml
new file mode 100644
index 0000000..26becbd
--- /dev/null
+++ b/aoc24/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc24"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]