/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "ethos-algorithm-of-god-lib"
 3  version = "0.1.0"
 4  edition = "2021"
 5  
 6  [dependencies]
 7  bincode = { version = "2.0.1", features = ["derive"] }
 8  futures = "0.3.31"
 9  serde = { version = "1.0.219", features = ["derive"] }
10  sled = "0.34.7"
11  tokio = { version = "1.43.0", features = ["full"] }
12  #ethos_trade_bot_logger = {path = "../ethos-trade-bot-logger"}
13  ethos_sleddb = {path = "../ethos_sleddb"}
14  
15  [lib]
16  name = "ethos_algorithm_of_god_lib"
17  path = "src/lib.rs"