summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8a7f35d375ea3bb9f93885a972422789a2e3444e (plain)
1
2
3
4
5
6
7
8
9
10
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"