mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-08 06:14:43 +08:00
feat: initialize project structure, modules and configurations
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "nosync"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
dotenvy = "0.15.7"
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
Reference in New Issue
Block a user