Skip to content

Commit

Permalink
chore(cargo): add 'full' feature as shorthand (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Feb 10, 2023
1 parent ae11927 commit 9ecd28a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ tokio = { version = "1", features = ["macros", "test-util"] }
pnet_datalink = "0.27.2"

[features]
# Shorthand to enable everything
full = ["http1", "http2", "tcp", "runtime"]

runtime = []
tcp = []
http1 = []
Expand Down

0 comments on commit 9ecd28a

Please sign in to comment.