[package] name = "ptth_file_server" version = "1.1.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0" [dependencies] anyhow = "1.0.38" arc-swap = "1.2.0" handlebars = "3.5.3" http = "0.2.1" hyper = "0.14.4" serde = {version = "1.0.124", features = ["derive"]} structopt = "0.3.21" tokio = { version = "1.2.0", features = [] } tokio-stream = "0.1.3" tracing = "0.1.25" tracing-subscriber = "0.2.16" uom = "0.30.0" ptth_core = { path = "../ptth_core" } ptth_server = { path = "../ptth_server" }