mirror of
https://github.com/rustdesk/hbb_common.git
synced 2025-07-01 07:25:53 +00:00
Update Cargo.toml
This commit is contained in:
parent
8c2381278b
commit
368dc1ab56
@ -46,15 +46,14 @@ httparse = "1.10"
|
||||
base64 = "0.22"
|
||||
url = "2.5"
|
||||
sha2 = "0.10"
|
||||
tokio-tungstenite = { version = "0.26.2" }
|
||||
tungstenite = { version = "0.26.2" }
|
||||
|
||||
tokio-tungstenite = { version = "0.26" }
|
||||
tungstenite = { version = "0.26" }
|
||||
whoami = "1.5"
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||
mac_address = "1.1"
|
||||
default_net = { git = "https://github.com/rustdesk-org/default_net" }
|
||||
machine-uid = { git = "https://github.com/rustdesk-org/machine-uid" }
|
||||
whoami = "1.5"
|
||||
|
||||
[target.'cfg(not(any(target_os = "macos", target_os = "windows")))'.dependencies]
|
||||
tokio-rustls = { version = "0.26", features = [
|
||||
|
@ -60,6 +60,7 @@ pub use flexi_logger;
|
||||
pub mod websocket;
|
||||
pub mod stream;
|
||||
pub use stream::Stream;
|
||||
pub use whoami;
|
||||
|
||||
pub type SessionID = uuid::Uuid;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user