base2020/Cargo.toml

19 lines
400 B
TOML
Raw Permalink Normal View History

[package]
name = "base2020-server"
version = "0.1.0"
authors = ["tangent128 <tangent128@gmail.com>"]
edition = "2018"
[dependencies]
anyhow = "1"
2021-02-13 17:19:01 +00:00
env_logger = "0.8"
futures = "0.3"
2020-05-17 02:36:39 +00:00
log = "0.4"
mime_guess = "2"
rust-embed = "5"
structopt = "0.3"
2020-05-19 00:53:28 +00:00
serde = {version = "1", features = ["derive"]}
serde_json = "1"
2021-02-13 19:32:49 +00:00
tokio = {version = "^1.2", features = ["macros", "rt-multi-thread", "time"]}
warp = "0.3"