🚧 wip: start moving `prototypes/quic_demo` to `crates/ptth_quic`
parent
3df6f22a98
commit
099e0fe884
|
@ -46,6 +46,5 @@ chrono = {version = "0.4.19", features = ["serde"]}
|
|||
|
||||
members = [
|
||||
"crates/*",
|
||||
"prototypes/*",
|
||||
"tools/*",
|
||||
]
|
||||
|
|
|
@ -18,7 +18,7 @@ futures-util = "0.3.9"
|
|||
hex = "0.4.3"
|
||||
ptth_file_server = { path = "../ptth_file_server_bin" }
|
||||
ptth_server = { path = "../ptth_server" }
|
||||
quic_demo = { path = "../../prototypes/quic_demo" }
|
||||
quic_demo = { path = "../ptth_quic" }
|
||||
rand = "0.8.4"
|
||||
rusty_ulid = "0.10.1"
|
||||
sha2 = "0.9.8"
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "AGPL-3.0"
|
|||
anyhow = "1.0.38"
|
||||
blake3 = "1.0.0"
|
||||
fltk = "1.2.8"
|
||||
quic_demo = { path = "../../prototypes/quic_demo" }
|
||||
quic_demo = { path = "../ptth_quic" }
|
||||
quinn = "0.7.2"
|
||||
rand = "0.8.4"
|
||||
rand_chacha = "0.3.1"
|
||||
|
|
Loading…
Reference in New Issue