refactor process id

This commit is contained in:
rustdesk
2022-01-15 14:08:24 +08:00
Unverified
parent f47dcd1a8b
commit 8f998771c9
5 changed files with 9 additions and 18 deletions

View File

@@ -43,6 +43,7 @@ uuid = { version = "0.8", features = ["v4"] }
clap = "3.0"
rpassword = "5.0"
base64 = "0.13"
sysinfo = "0.22"
[target.'cfg(not(any(target_os = "android")))'.dependencies]
cpal = { git = "https://github.com/open-trade/cpal" }