Dominion/Cargo.toml

19 lines
524 B
TOML
Raw Normal View History

2020-12-28 23:30:20 +01:00
[package]
name = "dominion"
version = "0.1.0"
authors = ["Markus Wagner <murk@ferrum-et-magica.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = { version = "1.8.0", features = ["attributes"] }
html-escape = "0.2.6"
itertools = "0.10.0"
2020-12-31 16:54:38 +01:00
rand = "0.8.0"
2020-12-28 23:30:20 +01:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.60"
tide = "0.15.0"
tide-websockets = "0.1.0"
uuid = { version = "0.8.1", features = ["v4", "serde"] }