Cargo.toml 333 B

123456789101112131415
  1. [package]
  2. name = "last_man_standing"
  3. version = "0.3.0"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. async-std = "1.12.0"
  10. darkfi = {path = "../../../", features = ["blockchain"]}
  11. darkfi-sdk = {path = "../../../src/sdk"}
  12. rand = "0.8.5"
  13. sled = "0.34.7"