Skip to main content

max / makenotwork

Bump server to 0.4.5 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-29 23:53 UTC
Commit: 204cfd1e892b3760261a181be50c7b35fd94be2c
Parent: ee4c99a
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"] }