Upload files.

This commit is contained in:
0xcathiefish
2026-02-12 08:11:37 +00:00
parent 47fa783913
commit b33ef907d4
2029 changed files with 53320 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
binance-sdk = { version = "35.0.0", features = ["derivatives_trading_usds_futures", "spot"] }
rand = "0.9"
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres"] }
axum = { version = "0.8", features = ["ws"] }
tower-http = { version = "0.6", features = ["cors"] }
dotenv = "0.15.0"
json = "0.12.4"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
thiserror = "2.0.17"
tokio = {version = "1.48.0", features = ["full"] }
env_logger = "0.11"
reqwest = { version = "0.12", features = ["stream"] }
zip = "2.2"
chrono = "0.4"
csv = "1.3"
futures = "0.3"
tokio-tungstenite = { version = "0.26", features = ["native-tls"] }