Przeglądaj źródła

Update Cargo.toml

strategy/cargo
JiahengHe 2 lat temu
rodzic
commit
f39145e78b
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      strategy/Cargo.toml

+ 5 - 0
strategy/Cargo.toml

@@ -6,3 +6,8 @@ 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"
+toml = "0.5"
+tokio = { version = "1.31.0", features = ["full"] }