kcp stream

This commit is contained in:
RustDesk
2025-06-03 19:41:30 +08:00
committed by GitHub
parent fa160b2864
commit b69b097c6f
4 changed files with 133 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
# new flexi_logger failed on rustc 1.75
flexi_logger = { version = "0.27", features = ["async"] }
flexi_logger = { version = "0.30", features = ["async"] }
protobuf = { version = "3.7", features = ["with-bytes"] }
tokio = { version = "1.44", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
@@ -47,6 +47,7 @@ base64 = "0.22"
url = "2.5"
sha2 = "0.10"
whoami = "1.5"
kcp-sys="0.1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
mac_address = "1.1"