summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2018/Cargo.toml')
-rw-r--r--2018/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/2018/Cargo.toml b/2018/Cargo.toml
new file mode 100644
index 0000000..b1342d1
--- /dev/null
+++ b/2018/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent_of_code_2018"
+version = "0.1.0"
+authors = ["Justin Worthe <justin@worthe-it.co.za>"]
+
+[dependencies]
+im-rc = "12.2.0"
+arrayvec = "0.4.9"
+
+[profile.release]
+debug = true