aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authoropentrade <[email protected]>2021-04-08 17:53:56 +0800
committeropentrade <[email protected]>2021-04-08 17:53:56 +0800
commit25554dd3186cab764e499614a637f71be75b5d46 (patch)
tree472af0af35e2a833bebee168a471a6b11e68ea6b /Cargo.toml
parent92bd9c325053c5b21fb424a45eae7215160ed610 (diff)
downloadrustdesk-server-25554dd3186cab764e499614a637f71be75b5d46.tar.gz
rustdesk-server-25554dd3186cab764e499614a637f71be75b5d46.zip
lic draft
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af34518..875dc3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]