Try cargo public-api-crates on CI (#1761)

This commit is contained in:
David Pedersen
2023-02-16 22:41:41 +01:00
committed by GitHub
parent c18ff9dd63
commit e6ff0281ae
5 changed files with 67 additions and 0 deletions
+17
View File
@@ -110,6 +110,23 @@ features = [
"ws",
]
[package.metadata.cargo-public-api-crates]
allowed = [
"axum_core",
"bytes",
"futures_core",
"futures_sink",
"futures_util",
"headers_core",
"http",
"http_body",
"hyper",
"serde",
"serde_json",
"tower_layer",
"tower_service",
]
[[bench]]
name = "benches"
harness = false