diff options
author | Justin Wernick <justin@worthe-it.co.za> | 2022-04-19 20:33:11 +0200 |
---|---|---|
committer | Justin Wernick <justin@worthe-it.co.za> | 2022-04-19 20:33:11 +0200 |
commit | 2a939b5e97604d3129b888f15c9876ffd3a7fe5a (patch) | |
tree | d4ae8114a9527a2e46464ce32b80476a5831fdbb /2020/Cargo.toml | |
parent | 2410e500560a1989399c8ad0c23fe7aa9827576d (diff) | |
parent | 6a5b143c0fd0a90979d9315b50be2387facb752f (diff) |
Merge branch '2020-main'
Diffstat (limited to '2020/Cargo.toml')
-rw-r--r-- | 2020/Cargo.toml | 11 |
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 |