mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
1.1.1
This commit is contained in:
parent
4306b99634
commit
a46121adc7
4 changed files with 29 additions and 13 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue