Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
javaarchive committed May 31, 2024
1 parent a0bc09c commit fd26ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
all-features = true

[features]
default = ["tcp", "udp", "websocket" ] # All features by default
default = ["tcp", "udp", "websocket"] # All features that are crossplatform by default
tcp = ["mio/net", "socket2"]
udp = ["mio/net", "socket2"]
websocket = ["tungstenite", "url", "tcp"]
Expand Down

0 comments on commit fd26ed6

Please sign in to comment.