mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-04-22 16:16:51 +00:00
kcp stream
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user