planet-wars/client/Cargo.toml

18 lines
452 B
TOML
Raw Normal View History

2019-09-14 11:16:16 +00:00
[package]
name = "client"
version = "0.1.0"
authors = ["ajuvercr <arthur.vercruysse@ugent.be>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-11-03 11:26:43 +00:00
mozaic = { git = "https://github.com/ZeusWPI/MOZAICP" }
2019-09-16 19:18:01 +00:00
tokio = "0.1.22"
capnp = "0.10.1"
futures = "0.1.28"
serde = "1.0.100"
serde_derive = "1.0.100"
serde_json = "1.0"
rand = { version = "0.6.5", default-features = true }