poa-ballot-stats/Cargo.toml

18 lines
453 B
TOML

[package]
name = "poa-ballot-stats"
version = "0.1.0"
authors = ["Andreas Fackler <AndreasFackler@gmx.de>"]
description = "Read POA voting records and rank voters by how many ballots they missed."
[dependencies]
clap = "2.31.2"
colored = "1.6.0"
error-chain = { version = "0.11", default-features = false }
ethabi = "5.1.1"
ethabi-contract = "5.1.0"
ethabi-derive = "5.1.2"
serde = "1.0.36"
serde_derive = "1.0.36"
serde_json = "1.0.13"
web3 = "0.3.0"