ptth/crates/ptth_file_server_bin/Cargo.toml

25 lines
491 B
TOML

[package]
name = "ptth_file_server"
version = "0.1.0"
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
[dependencies]
anyhow = "1.0.34"
arc-swap = "1.1.0"
handlebars = "3.5.1"
http = "0.2.1"
hyper = "0.13.8"
serde = {version = "1.0.117", features = ["derive"]}
structopt = "0.3.20"
tokio = { version = "0.2.22", features = ["full"] }
tracing = "0.1.21"
tracing-subscriber = "0.2.15"
uom = "0.30.0"
ptth_core = { path = "../ptth_core" }
ptth_server = { path = "../ptth_server" }