summaryrefslogtreecommitdiff
path: root/2020/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2020/Cargo.toml')
-rw-r--r--2020/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/2020/Cargo.toml b/2020/Cargo.toml
new file mode 100644
index 0000000..8a7f35d
--- /dev/null
+++ b/2020/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent-of-code-2020"
+version = "0.1.0"
+authors = ["Justin Wernick <justin@worthe-it.co.za>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+bevy = "0.3.0"
+thiserror = "1.0.22" \ No newline at end of file