add ptth_file_server depend to ptth_multi_call_server

main
_ 2021-10-02 19:00:13 +00:00
parent 4c79af3f4b
commit 4911a37887
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1207,6 +1207,7 @@ name = "ptth_multi_call_server"
version = "0.1.0"
dependencies = [
"anyhow",
"ptth_file_server",
"ptth_server",
"quic_demo",
"tokio",

View File

@ -7,6 +7,7 @@ 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"] }