1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

chore: specify external types for each crate (#496)

This commit is contained in:
Rob Ede
2023-10-30 00:07:28 +00:00
committed by GitHub
parent 61b6e01b02
commit f967562ac4
9 changed files with 96 additions and 1 deletions

View File

@ -12,6 +12,14 @@ license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
[package.metadata.cargo_check_external_types]
allowed_external_types = [
"actix_service::*",
"actix_utils::*",
"tracing::*",
"tracing_futures::*",
]
[dependencies]
actix-service = "2"
actix-utils = "3"