🚧 wip: start moving `prototypes/quic_demo` to `crates/ptth_quic`

main
_ 2022-10-09 14:11:16 +00:00
parent 3df6f22a98
commit 099e0fe884
20 changed files with 2 additions and 3 deletions

View File

@ -46,6 +46,5 @@ chrono = {version = "0.4.19", features = ["serde"]}
members = [ members = [
"crates/*", "crates/*",
"prototypes/*",
"tools/*", "tools/*",
] ]

View File

@ -18,7 +18,7 @@ futures-util = "0.3.9"
hex = "0.4.3" hex = "0.4.3"
ptth_file_server = { path = "../ptth_file_server_bin" } ptth_file_server = { path = "../ptth_file_server_bin" }
ptth_server = { path = "../ptth_server" } ptth_server = { path = "../ptth_server" }
quic_demo = { path = "../../prototypes/quic_demo" } quic_demo = { path = "../ptth_quic" }
rand = "0.8.4" rand = "0.8.4"
rusty_ulid = "0.10.1" rusty_ulid = "0.10.1"
sha2 = "0.9.8" sha2 = "0.9.8"

View File

@ -11,7 +11,7 @@ license = "AGPL-3.0"
anyhow = "1.0.38" anyhow = "1.0.38"
blake3 = "1.0.0" blake3 = "1.0.0"
fltk = "1.2.8" fltk = "1.2.8"
quic_demo = { path = "../../prototypes/quic_demo" } quic_demo = { path = "../ptth_quic" }
quinn = "0.7.2" quinn = "0.7.2"
rand = "0.8.4" rand = "0.8.4"
rand_chacha = "0.3.1" rand_chacha = "0.3.1"