summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-11-17 21:52:51 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-11-17 21:52:51 +0200
commit87e2140a5d46e95dc05526dc03cc2f55f195842c (patch)
tree94a106f1156ba612fa3e2cac016de55cbb67275e /Cargo.toml
Initial scaffolding for doing advent of code challenges
Mostly just having a project and a convenient way of reading in a file.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a723369
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "advent_of_code_2018"
+version = "0.1.0"
+authors = ["Justin Worthe <justin@worthe-it.co.za>"]
+
+[dependencies]