max / makenotwork
1 file changed,
+5 insertions,
-1 deletion
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "makenotwork" | |
| 3 | - | version = "0.4.4" | |
| 3 | + | version = "0.4.5" | |
| 4 | 4 | edition = "2024" | |
| 5 | 5 | license-file = "LICENSE" | |
| 6 | 6 | ||
| @@ -11,6 +11,10 @@ async-trait = "0.1" | |||
| 11 | 11 | # Web framework | |
| 12 | 12 | axum = { version = "0.8.8", features = ["macros"] } | |
| 13 | 13 | axum-extra = { version = "0.10.3", features = ["cookie", "form", "typed-header"] } | |
| 14 | + | ||
| 15 | + | # OpenAPI spec generation | |
| 16 | + | utoipa = { version = "5", features = ["axum_extras", "chrono", "uuid"] } | |
| 17 | + | utoipa-axum = "0.2" | |
| 14 | 18 | serde = { version = "1.0.228", features = ["derive"] } | |
| 15 | 19 | serde_json = "1.0.149" | |
| 16 | 20 | tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "net", "signal"] } |