|
|
@@ -6,6 +6,13 @@ edition = "2021"
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
|
+strategy = {path="./strategy"}
|
|
|
+standard = { path="./standard" }
|
|
|
+exchanges = { path="./exchanges" }
|
|
|
+global = { path="./global" }
|
|
|
+tokio = { version = "1.31.0", features = ["full"] }
|
|
|
+tracing = "0.1"
|
|
|
+tracing-subscriber = "0.3.17"
|
|
|
|
|
|
[workspace]
|
|
|
members=[
|