planet-wars/backend/Cargo.toml

14 lines
374 B
TOML
Raw Normal View History

2019-09-14 11:16:16 +00:00
[package]
name = "backend"
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]
mozaic = { git = "https://github.com/ajuvercr/MOZAIC" }
tokio = "0.1.22"
rand = { version = "0.6.5", default-features = true }
futures = "0.1.28"