remove redoc and further swagger configuration

This commit is contained in:
Ninjdai 2025-08-03 12:26:51 +02:00
parent 684eba8c70
commit e3f954679a
3 changed files with 4 additions and 19 deletions

13
Cargo.lock generated
View file

@ -61,7 +61,6 @@ dependencies = [
"tokio",
"utoipa",
"utoipa-axum",
"utoipa-redoc",
"utoipa-swagger-ui",
]
@ -3590,18 +3589,6 @@ dependencies = [
"syn 2.0.104",
]
[[package]]
name = "utoipa-redoc"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6427547f6db7ec006cbbef95f7565952a16f362e298b416d2d497d9706fef72d"
dependencies = [
"axum",
"serde",
"serde_json",
"utoipa",
]
[[package]]
name = "utoipa-swagger-ui"
version = "9.0.2"