diff options
author | opentrade <[email protected]> | 2021-04-09 18:02:10 +0800 |
---|---|---|
committer | opentrade <[email protected]> | 2021-04-09 18:02:10 +0800 |
commit | 4662b05d73a1ec44a63388010a0aa5ea0d6a0916 (patch) | |
tree | 50921f139f58b4cae1a0fc253d0954f4d267c719 /Cargo.toml | |
parent | da372f276d3813d427df678b5c3bf3a44dc67bc1 (diff) | |
download | rustdesk-server-4662b05d73a1ec44a63388010a0aa5ea0d6a0916.tar.gz rustdesk-server-4662b05d73a1ec44a63388010a0aa5ea0d6a0916.zip |
dec not working yet
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ machine-uid = "0.2" mac_address = "1.1" whoami = "0.9" base64 = "0.13" +rand = "0.8" [build-dependencies] hbb_common = { path = "libs/hbb_common" } |