You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
235 B
14 lines
235 B
1 year ago
|
[features]
|
||
|
hide = [
|
||
|
"__internal_happy_eyeballs_tests",
|
||
|
"nightly",
|
||
|
]
|
||
|
|
||
|
[tests]
|
||
|
run = ["none"]
|
||
|
comments = [
|
||
|
"examples and integration tests are not included in published crates",
|
||
|
"tower dev-dependency is not packaged",
|
||
|
]
|
||
|
|