Skip to content

Commit

Permalink
enable openssl feature on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 15, 2023
1 parent 8c8b064 commit d5cc506
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ vendored-openssl = ["openssl", "openssl/vendored"]
[dev-dependencies]
env_logger = "0.10"
tempdir = "0.3"

[package.metadata.docs.rs]
features = ["openssl"]
3 changes: 3 additions & 0 deletions russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ tokio = { version = "1.17.0", features = [
"macros",
] }
russh-sftp = "1.1"

[package.metadata.docs.rs]
features = ["openssl"]

0 comments on commit d5cc506

Please sign in to comment.