fix: stuff

This commit is contained in:
pavel 2026-02-11 00:56:33 +01:00
commit 39143e1998
5 changed files with 69 additions and 12 deletions

View file

@ -13,7 +13,7 @@ reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
axum = "0.7"
tower-http = { version = "0.5", features = ["cors"] }
tower-http = { version = "0.5", features = ["cors", "set-header", "limit"] }
sea-orm = { version = "1.1", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] }
sea-orm-migration = "1.1"
uuid = { version = "1.8", features = ["v4", "serde"] }