diff options
author | opentrade <[email protected]> | 2021-04-08 18:59:57 +0800 |
---|---|---|
committer | opentrade <[email protected]> | 2021-04-08 18:59:57 +0800 |
commit | 1282e730af7cbc493fce53af757caf87e9ca7a4f (patch) | |
tree | 152d856423b19173cd4e386186a629da0569565e /Cargo.toml | |
parent | 918dfc3bdd15b8e789a1ebc982027b4ffc973f47 (diff) | |
download | rustdesk-server-1282e730af7cbc493fce53af757caf87e9ca7a4f.tar.gz rustdesk-server-1282e730af7cbc493fce53af757caf87e9ca7a4f.zip |
working on lic
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" } |