import tuic
& tuic-quinn
from local
This commit is contained in:
parent
142ac2e461
commit
f7e55f2b0b
@ -24,7 +24,7 @@ socks5-server = { version = "0.8.3", default-features = false }
|
||||
thiserror = { version = "1.0.38", default-features = false }
|
||||
tokio = { version = "1.25.0", default-features = false, features = ["io-util", "macros", "net", "parking_lot", "rt-multi-thread", "time"] }
|
||||
tokio-util = { version = "0.7.4", default-features = false, features = ["compat"] }
|
||||
tuic = { version = "5.0.0-pre-alpha5", default-features = false }
|
||||
tuic-quinn = { version = "0.1.0-pre-alpha1", default-features = false }
|
||||
tuic = { path = "../tuic", default-features = false }
|
||||
tuic-quinn = { path = "../tuic-quinn", default-features = false }
|
||||
uuid = { version = "1.3.0", default-features = false, features = ["serde", "std"] }
|
||||
webpki = { version = "0.22.0", default-features = false }
|
||||
|
@ -16,5 +16,5 @@ bytes = { version = "1.4.0", default-features = false, features = ["std"] }
|
||||
futures-util = { version = "0.3.26", default-features = false, features = ["io", "std"] }
|
||||
quinn = { version = "0.9.3", default-features = false, features = ["futures-io"] }
|
||||
thiserror = { version = "1.0.38", default-features = false }
|
||||
tuic = { version = "5.0.0-pre-alpha6", default-features = false, features = ["async_marshal", "marshal", "model"] }
|
||||
tuic = { path = "../tuic", default-features = false, features = ["async_marshal", "marshal", "model"] }
|
||||
uuid = { version = "1.3.0", default-features = false, features = ["std"] }
|
||||
|
@ -20,6 +20,6 @@ socket2 = { version = "0.4.7", default-features = false }
|
||||
thiserror = { version = "1.0.38", default-features = false }
|
||||
tokio = { version = "1.25.0", default-features = false, features = ["io-util", "macros", "net", "parking_lot", "rt-multi-thread", "time"] }
|
||||
tokio-util = { version = "0.7.4", default-features = false, features = ["compat"] }
|
||||
tuic = { version = "5.0.0-pre-alpha6", default-features = false }
|
||||
tuic-quinn = { version = "0.1.0-pre-alpha2", default-features = false }
|
||||
tuic = { path = "../tuic", default-features = false }
|
||||
tuic-quinn = { path = "../tuic-quinn", default-features = false }
|
||||
uuid = { version = "1.3.0", default-features = false, features = ["serde", "std"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user