| 123456789101112131415161718192021 |
- [package]
- name = "strategy"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- serde = "1.0.183"
- serde_derive = "1.0"
- serde_json = "1.0.104"
- tokio = { version = "1.31.0", features = ["full"] }
- rust_decimal = "1.32.0"
- rust_decimal_macros = "1.32.0"
- rand = "0.8.4"
- chrono = "0.4.26"
- tracing = "0.1"
- tracing-subscriber = "0.3.17"
- standard = { path = "../standard" }
- global = { path = "../global" }
- exchanges = { path = "../exchanges" }
|