mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 04:11:27 +03:00
add http(s) proxy
This commit is contained in:
@@ -40,7 +40,11 @@ toml = "0.7"
|
||||
uuid = { version = "1.3", features = ["v4"] }
|
||||
# crash, versions >= 0.29.1 are affected by #GuillaumeGomez/sysinfo/1052
|
||||
sysinfo = { git = "https://github.com/rustdesk-org/sysinfo" }
|
||||
|
||||
thiserror = "1.0.30"
|
||||
httparse = "1.5.1"
|
||||
base64 = "0.21.5"
|
||||
url = "2.2.2"
|
||||
tokio-native-tls ="0.3.1"
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||
mac_address = "1.1"
|
||||
machine-uid = { git = "https://github.com/21pages/machine-uid" }
|
||||
|
||||
Reference in New Issue
Block a user