From e3f0f700bf2de3b8e7d7c72893a4d6cb128f000d Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 Jan 2025 00:27:45 +0100 Subject: update --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8da9c88..d418e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,8 @@ env_logger = "0.11.6" jsonwebtoken = "9.3.0" chrono = "0.4.39" utoipa-actix-web = "0.1.2" +utoipa = { version = "5.3.1", features= ["actix_extras", "chrono"] } +utoipa-swagger-ui = { version = "9.0.0", features = ["actix-web"] } [package.metadata.scripts] db_create = "bash ./scripts/create_db.sh" -- cgit v1.2.3