poa-ballot-stats/Cargo.toml

18 lines
453 B
TOML
Raw Normal View History

2018-03-31 07:57:49 -07:00
[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"
2018-05-09 08:11:25 -07:00
ethabi-contract = "5.1.0"
ethabi-derive = "5.1.2"
serde = "1.0.36"
serde_derive = "1.0.36"
serde_json = "1.0.13"
2018-03-31 07:57:49 -07:00
web3 = "0.3.0"