[package] name = "last_man_standing" version = "0.4.1" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" [workspace] [dependencies] async-std = "1.12.0" dashu = { version = "0.4.2", git = "https://github.com/ertosns/dashu" } darkfi = {path = "../../../", features = ["blockchain"]} darkfi-sdk = {path = "../../../src/sdk"} rand = "0.8.5" sled = "0.34.7"