add ptth_file_server depend to ptth_multi_call_server
parent
4c79af3f4b
commit
4911a37887
|
@ -1207,6 +1207,7 @@ name = "ptth_multi_call_server"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ptth_file_server",
|
||||
"ptth_server",
|
||||
"quic_demo",
|
||||
"tokio",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue