We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b94037 commit 2b82fc9Copy full SHA for 2b82fc9
Cargo.toml
@@ -25,6 +25,7 @@ bytes = "1"
25
mime = "0.3.14"
26
sha-1 = "0.10"
27
httpdate = "1"
28
+language-tags = "0.3.2"
29
30
[features]
31
nightly = []
src/lib.rs
@@ -79,6 +79,7 @@ extern crate bytes;
79
extern crate headers_core;
80
extern crate http;
81
extern crate httpdate;
82
+extern crate language_tags;
83
extern crate mime;
84
extern crate sha1;
85
#[cfg(all(test, feature = "nightly"))]
0 commit comments