mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
fix: cranelift
This commit is contained in:
parent
531af211bf
commit
300c06d48b
7 changed files with 378 additions and 252 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ark-invest-api-rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
polars = { version = "0.45", features = [
|
||||
|
@ -15,7 +15,7 @@ polars = { version = "0.45", features = [
|
|||
axum = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.42", features = ["full"] }
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
aide = { version = "0.13", features = ["redoc", "axum"] }
|
||||
schemars = { version = "0.8", features = ["chrono"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue