mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Enable rustls for docs.rs
This commit is contained in:
parent
9406613908
commit
acb18e500c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ edition = "2021"
|
|||
rust-version = "1.75"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["compio", "tokio", "openssl", "rustls", "compress", "cookie", "ws", "brotli"]
|
||||
features = ["compio", "tokio", "openssl", "rustls", "compress", "cookie", "ws", "brotli", "ntex-tls/rustls-ring"]
|
||||
|
||||
[lib]
|
||||
name = "ntex"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue