add
This commit is contained in:
14
services/cn_futures_trading_records/Cargo.toml
Normal file
14
services/cn_futures_trading_records/Cargo.toml
Normal 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"
|
||||
0
services/cn_futures_trading_records/Dockerfile
Normal file
0
services/cn_futures_trading_records/Dockerfile
Normal file
0
services/cn_futures_trading_records/README.md
Normal file
0
services/cn_futures_trading_records/README.md
Normal file
0
services/cn_futures_trading_records/src/main.rs
Normal file
0
services/cn_futures_trading_records/src/main.rs
Normal file
Reference in New Issue
Block a user