[package] name = "ptth_multi_call_server" version = "0.1.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0" [dependencies] anyhow = "1.0.38" ptth_file_server = { path = "../ptth_file_server_bin" } ptth_server = { path = "../ptth_server" } quic_demo = { path = "../../prototypes/quic_demo" } tokio = { version = "1.8.1", features = ["full"] } tracing-subscriber = "0.2.16" tracing = "0.1.25"