summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:26:02 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:26:02 +0200
commitcfd9b4f2ad1a09bedf7f764f84448a61faab54a3 (patch)
treebdabffda69f447aa9e6816d14aa6125ac5b767bf /2018/Cargo.toml
parent5edb4153cde1171c5aff85de16a9ace526b0b293 (diff)
Refile for merging repos
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