Remove aide feat

This commit is contained in:
Tristan D. 2025-03-20 20:12:27 +01:00
parent 2b24a6def1
commit 5134624b06
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -17,7 +17,7 @@ axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0"}
[dev-dependencies] [dev-dependencies]
axum = "0.8" axum = "0.8"
axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0", features = ["aide"]} axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0", features = []}
axum-test = { version = "17", features = [] } axum-test = { version = "17", features = [] }
json = "0.12" json = "0.12"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }