summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:31:44 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:31:44 +0200
commitcb3d2db9b82f131ebb36a9b3bea6830bf1a80c0f (patch)
treef516c9f1084b8ed57efe60482a51860e7436550c /2018/Cargo.toml
parent34c0aa87fada4bf3bc75ff0493e0876e65289697 (diff)
parentcfd9b4f2ad1a09bedf7f764f84448a61faab54a3 (diff)
Merge branch '2018-main'
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