aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authoropentrade <[email protected]>2021-04-08 18:59:57 +0800
committeropentrade <[email protected]>2021-04-08 18:59:57 +0800
commit1282e730af7cbc493fce53af757caf87e9ca7a4f (patch)
tree152d856423b19173cd4e386186a629da0569565e /Cargo.toml
parent918dfc3bdd15b8e789a1ebc982027b4ffc973f47 (diff)
downloadrustdesk-server-1282e730af7cbc493fce53af757caf87e9ca7a4f.tar.gz
rustdesk-server-1282e730af7cbc493fce53af757caf87e9ca7a4f.zip
working on lic
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 875dc3b..cb543ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,10 @@ lazy_static = "1.4"
clap = "2.33"
rust-ini = "0.16"
reqwest = "0.10"
+machine-uid = "0.2"
+mac_address = "1.1"
+whoami = "0.9"
+base64 = "0.13"
[build-dependencies]
hbb_common = { path = "libs/hbb_common" }