aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/Cargo.toml')
-rw-r--r--components/net/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml
index dcf7bdf475f..9a597c876a3 100644
--- a/components/net/Cargo.toml
+++ b/components/net/Cargo.toml
@@ -26,4 +26,5 @@ git = "https://github.com/servo/rust-stb-image"
[dependencies]
url = "0.2.16"
time = "0.1.12"
-openssl="0.2.15" \ No newline at end of file
+openssl="0.2.15"
+cookie = "*"