Browse Source

为项目添加一些库

skyfffire 2 years ago
parent
commit
c9220ebc30
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Cargo.toml

+ 7 - 0
Cargo.toml

@@ -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=[