Cargo.toml 405 B

12345678910111213141516
  1. [package]
  2. name = "last_man_standing"
  3. version = "0.4.1"
  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. dashu = { version = "0.3.1", git = "https://github.com/ertosns/dashu" }
  11. darkfi = {path = "../../../", features = ["blockchain"]}
  12. darkfi-sdk = {path = "../../../src/sdk"}
  13. rand = "0.8.5"
  14. sled = "0.34.7"