endstat/Cargo.toml

17 lines
309 B
TOML
Raw Normal View History

2019-04-30 05:44:26 +00:00
[package]
name = "endstat"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
[dependencies]
2019-05-01 06:32:41 +00:00
reqwest = "0.9"
serde = { version = "1.0", features = ["derive"] }
2019-04-30 05:44:26 +00:00
ron = "0.5"
2019-05-01 02:49:22 +00:00
actix-web = "1.0.0-beta.2"
2019-05-01 06:32:41 +00:00
actix = "0.8"
2019-04-30 06:47:35 +00:00
tokio = "0.1"
2019-05-01 02:49:22 +00:00
tera = "0.11"
2019-05-01 06:32:41 +00:00
env_logger = "0.6"
2019-05-01 15:38:36 +00:00
lazy_static = "1.3.0"