Skip to content

Commit d032bf7

Browse files
committed
feat: docs
1 parent 89345be commit d032bf7

File tree

4 files changed

+269
-17
lines changed

4 files changed

+269
-17
lines changed

Cargo.lock

Lines changed: 223 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "server"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55

66
[dependencies]
@@ -11,3 +11,6 @@ reqwest = { version = "0.12.23", features = ["json"] }
1111
dotenv = "0.15.0"
1212
actix-cors = "0.7.1"
1313
lazy_static = "1.5.0"
14+
utoipa = "5.4.0"
15+
utoipa-actix-web = "0.1.2"
16+
utoipa-swagger-ui = { version = "9", features = ["actix-web"] }

0 commit comments

Comments
 (0)