base2020/Cargo.toml

14 lines
255 B
TOML

[package]
name = "base2020-server"
version = "0.1.0"
authors = ["tangent128 <tangent128@gmail.com>"]
edition = "2018"
[dependencies]
anyhow = "1"
futures = "0.3"
structopt = "0.3"
serde = "1"
tokio = {version = "0.2", features = ["macros"]}
warp = "0.2"