This commit is contained in:
Elijah McMorris 2023-07-17 21:19:29 +00:00
parent 4306b99634
commit a46121adc7
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 29 additions and 13 deletions

View file

@ -16,9 +16,10 @@ axum = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.26", features = ["full"] }
aide = { version = "0.10", features = ["redoc", "axum"] }
aide = { version = "0.11", features = ["redoc", "axum"] }
schemars = { version = "0.8", features = ["chrono"] }
chrono = { version = "0.4", features = ["serde"] }
glob = { version = "0.3" }
strum_macros = "0.24"
tower = { version = "0.4.12", features = ["limit", "buffer"] }
strum_macros = "0.25"
tower = { version = "0.4", features = ["limit", "buffer"] }
tower-http = { version = "0.4", features = ["cors"] }