diff --git a/Cargo.toml b/Cargo.toml index 1961035..378f3a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,8 @@ tower-http = { version = "0.5", features = ["cors", "fs", "trace"] } hyper = { version = "1.0", features = ["full"] } once_cell = "1.19.0" which = "6.0" +utoipa = { version = "4.0", features = ["axum_extras"] } +utoipa-swagger-ui = { version = "4.0", features = ["axum"] } [dev-dependencies] tempfile = "3.3.0"