We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3eb41e commit a163901Copy full SHA for a163901
1 file changed
Cargo.toml
@@ -9,7 +9,7 @@ description = "Rustls+hyper integration for pure rust HTTPS"
9
homepage = "https://github.com/rustls/hyper-rustls"
10
repository = "https://github.com/rustls/hyper-rustls"
11
documentation = "https://docs.rs/hyper-rustls/"
12
-include = ["Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "LICENSE-ICS", "README.md", "src/**/*.rs"]
+include = ["Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "LICENSE-ISC", "README.md", "src/**/*.rs"]
13
14
[features]
15
default = ["native-tokio", "http1", "tls12", "logging", "aws-lc-rs"]
0 commit comments