Skip to content

Commit 9ecd28a

Browse files
authored
chore(cargo): add 'full' feature as shorthand (#18)
1 parent ae11927 commit 9ecd28a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ tokio = { version = "1", features = ["macros", "test-util"] }
3737
pnet_datalink = "0.27.2"
3838

3939
[features]
40+
# Shorthand to enable everything
41+
full = ["http1", "http2", "tcp", "runtime"]
42+
4043
runtime = []
4144
tcp = []
4245
http1 = []

0 commit comments

Comments
 (0)