mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 04:11:27 +03:00
feat: add dbus and cli connect support
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -1229,6 +1229,15 @@ dependencies = [
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dbus-crossroads"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "554114296d012b33fdaf362a733db6dc5f73c4c9348b8b620ddd42e61b406e30"
|
||||
dependencies = [
|
||||
"dbus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dconf_rs"
|
||||
version = "0.3.0"
|
||||
@@ -4361,6 +4370,8 @@ dependencies = [
|
||||
"ctrlc",
|
||||
"dark-light",
|
||||
"dasp",
|
||||
"dbus",
|
||||
"dbus-crossroads",
|
||||
"default-net",
|
||||
"dispatch",
|
||||
"enigo",
|
||||
|
||||
Reference in New Issue
Block a user