This commit is contained in:
vipg
2025-12-19 12:47:34 +08:00
parent 2130000c4e
commit 285f313cf8
6 changed files with 16 additions and 22 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "cn_futures_trading_records"
version = "1.0.0"
edition = "2025"
[dependencies]
axum = "0.7"
tokio = { version = "1", features = ["full"] }
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "postgres", "uuid"] }
uuid = { version = "1", features = ["v4"] }
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1"