diff options
author | opentrade <[email protected]> | 2021-04-08 17:53:56 +0800 |
---|---|---|
committer | opentrade <[email protected]> | 2021-04-08 17:53:56 +0800 |
commit | 25554dd3186cab764e499614a637f71be75b5d46 (patch) | |
tree | 472af0af35e2a833bebee168a471a6b11e68ea6b /Cargo.toml | |
parent | 92bd9c325053c5b21fb424a45eae7215160ed610 (diff) | |
download | rustdesk-server-25554dd3186cab764e499614a637f71be75b5d46.tar.gz rustdesk-server-25554dd3186cab764e499614a637f71be75b5d46.zip |
lic draft
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,9 +19,9 @@ serde_json = "1.0" lazy_static = "1.4" clap = "2.33" rust-ini = "0.16" +reqwest = "0.10" [build-dependencies] -cc = "1.0" hbb_common = { path = "libs/hbb_common" } [workspace] |