summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/BUILD.gn1
-rw-r--r--cli/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index 6704659db..fd89d1941 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -33,6 +33,7 @@ main_extern_rlib = [
"rand",
"regex",
"remove_dir_all",
+ "reqwest",
"ring",
"rustyline",
"serde",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index e1597b799..6fac49e3d 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -34,6 +34,7 @@ log = "0.4.8"
rand = "0.6.5"
regex = "1.2.1"
remove_dir_all = "0.5.2"
+reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] }
ring = "0.16.8"
rustyline = "5.0.2"
serde = { version = "1.0.99", features = ["derive"] }