aboutsummaryrefslogtreecommitdiff
path: root/planetwars-rules/Cargo.toml
blob: d42da140f77fe09d2e8b94ce7930498b2f222279 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "planetwars-rules"
version = "0.1.0"
authors = ["Ilion Beyst <ilion.beyst@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }