[package] name = "simperby-governance" version = "0.2.0" authors = ["PDAO Team "] edition = "2021" license = "MIT" description = "Simperby governance module" repository = "https://github.com/postech-dao/simperby" keywords = ["blockchain", "consensus", "protocol", "crypto", "network"] categories = ["cryptography", "finance"] include = ["src/**/*.rs"] [dependencies] eyre = "0.6.8" async-trait = "0.1.42" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["full"] } futures = "0.3" log = "0.4" thiserror = "1.0" simperby-core = { version = "0.2.0", path = "../core" } simperby-network = { version = "0.2.0", path = "../network" } [dev-dependencies] rand = "0.8.5" simperby-test-suite = { path = "../test-suite" } env_logger = "0.10.0"