summaryrefslogtreecommitdiff
path: root/2020/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:27:05 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:27:05 +0200
commit6a5b143c0fd0a90979d9315b50be2387facb752f (patch)
treef5b80236f7e65e26583e74cc1b92d93d1420bb99 /2020/Cargo.toml
parent8b4521b8d0925ac65404f9f7e634e249e68e3a21 (diff)
Refile for merging repos
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