aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authoropentrade <[email protected]>2021-04-09 12:27:22 +0800
committeropentrade <[email protected]>2021-04-09 12:27:22 +0800
commitda372f276d3813d427df678b5c3bf3a44dc67bc1 (patch)
treecf010f33dc23e53ec4de765549e566826cfbbac1 /Cargo.toml
parent1282e730af7cbc493fce53af757caf87e9ca7a4f (diff)
downloadrustdesk-server-da372f276d3813d427df678b5c3bf3a44dc67bc1.tar.gz
rustdesk-server-da372f276d3813d427df678b5c3bf3a44dc67bc1.zip
check_email
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 cb543ee..60b39f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ serde_json = "1.0"
lazy_static = "1.4"
clap = "2.33"
rust-ini = "0.16"
-reqwest = "0.10"
+reqwest = { version = "0.10", features = ["json", "blocking"] }
machine-uid = "0.2"
mac_address = "1.1"
whoami = "0.9"