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
+19
View File
@@ -73,3 +73,22 @@ tower-http = { version = "0.3", features = ["map-response-body", "timeout"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.cargo-public-api-crates]
allowed = [
"axum",
"axum_core",
"bytes",
"cookie",
"futures_core",
"futures_util",
"http",
"http_body",
"hyper",
"percent_encoding",
"prost",
"serde",
"tokio",
"tower_layer",
"tower_service",
]