Skip to content

Commit

Permalink
Build docs.rs with all features enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo authored and 1c3t3a committed Apr 3, 2024
1 parent 6ad279f commit decb053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engineio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keywords = ["engineio", "network", "protocol", "client"]
categories = ["network-programming", "web-programming", "web-programming::websocket"]
license = "MIT"

[package.metadata.docs.rs]
all-features = true

[dependencies]
base64 = "0.21.5"
bytes = "1"
Expand Down
3 changes: 3 additions & 0 deletions socketio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keywords = ["socketio", "engineio", "network", "protocol", "client"]
categories = ["network-programming", "web-programming", "web-programming::websocket"]
license = "MIT"

[package.metadata.docs.rs]
all-features = true

[dependencies]
rust_engineio = { version = "0.5.0", path = "../engineio" }
base64 = "0.21.5"
Expand Down

0 comments on commit decb053

Please sign in to comment.