From fa00c5863394c91a7b34680849908b1059e368f2 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Wed, 16 Jul 2025 23:37:24 +0300 Subject: feat: add openapi docs generation --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 04c5cb8..5950306 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,9 @@ tokio-task-scheduler = "1.0.0" tower = "0.5.2" tower-http = "0.6.6" uuid = "1.17.0" +utoipa = "5.4.0" +utoipa-axum = "0.2.0" +utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } [dev-dependencies] anyhow = "1.0.98" -- cgit v1.2.3