mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Try cargo public-api-crates on CI (#1761)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user