Sfoglia il codice sorgente

加入rand模块, 可以随机

skyfffire 2 anni fa
parent
commit
235ba2c060
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      strategy/Cargo.toml

+ 1 - 0
strategy/Cargo.toml

@@ -13,5 +13,6 @@ toml = "0.5"
 tokio = { version = "1.31.0", features = ["full"] }
 rust_decimal = "1.32.0"
 rust_decimal_macros = "1.32.0"
+rand = "0.8.4"
 standard = { path = "../standard" }
 chrono = "0.4.26"