mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Try cargo public-api-crates on CI (#1761)
This commit is contained in:
@@ -30,3 +30,12 @@ futures-util = "0.3"
|
||||
hyper = "0.14"
|
||||
tokio = { version = "1.0", features = ["macros"] }
|
||||
tower-http = { version = "0.3.4", features = ["limit"] }
|
||||
|
||||
[package.metadata.cargo-public-api-crates]
|
||||
allowed = [
|
||||
"futures_core",
|
||||
"http",
|
||||
"bytes",
|
||||
"http_body",
|
||||
"tower_layer",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user