11[package ]
22name = " bothan-api-cli"
3- version = " 0.0.1-alpha.8 "
3+ version = " 0.0.1-beta.1 "
44rust-version = " 1.81"
55edition.workspace = true
66license.workspace = true
@@ -11,6 +11,9 @@ name = "bothan"
1111path = " src/main.rs"
1212
1313[dependencies ]
14+ bothan-client = { workspace = true }
15+ bothan-core = { workspace = true }
16+
1417bothan-api = { workspace = true }
1518bothan-binance = { workspace = true }
1619bothan-bybit = { workspace = true }
@@ -21,10 +24,7 @@ bothan-cryptocompare = { workspace = true }
2124bothan-htx = { workspace = true }
2225bothan-kraken = { workspace = true }
2326bothan-okx = { workspace = true }
24- bothan-client = { workspace = true }
25- bothan-core = { workspace = true }
2627
27- async-trait = { workspace = true }
2828reqwest = { workspace = true }
2929semver = { workspace = true }
3030serde_json = { workspace = true }
@@ -33,9 +33,8 @@ tonic = { workspace = true }
3333tracing = { workspace = true }
3434tracing-subscriber = { workspace = true }
3535
36- anyhow = " 1.0.89 "
37- clap = { version = " 4.5.20 " , features = [" derive" ] }
36+ anyhow = " 1.0.94 "
37+ clap = { version = " 4.5.23 " , features = [" derive" ] }
3838inquire = " 0.7.5"
3939dirs = " 5.0.1"
40- log = " 0.4.22"
4140toml = " 0.8.19"
0 commit comments