summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-14 17:36:34 -0800
committerGitHub <noreply@github.com>2018-11-14 17:36:34 -0800
commit3c8d2bde685d015721b1c0fd6f2a3ae54c156583 (patch)
tree0f770fccbe23bd5a410612678176b449651cd8ad /Cargo.toml
parent765863e87aea725301d5f528b6de15bfa6022d46 (diff)
Support request method and headers in fetch() (#1188)
Adds a general HttpHeader flatbuffer message for serializing requests and responses.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ddae4e447..6967f2b57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ dirs = "1.0.4"
flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" }
futures = "0.1.25"
getopts = "0.2.18"
+http = "0.1.13"
hyper = "0.12.13"
# The current version of hyper-rustls, 0.14.0, depends on tokio-core, which is
# deprecated.