ethabi: add cli feature

This flag makes the CLI binary do anything at all, and without it
the package is completely useless.
This commit is contained in:
Mikael Brockman 2017-05-24 17:52:07 +03:00
parent 81319583bc
commit 4b4226ab4a

View File

@ -15,6 +15,8 @@ buildRustPackage rec {
depsSha256 = "1n4rxipna307r4xppb2iaads7kpa3yjv99fimvpn8l0f999ir2rz";
cargoBuildFlags = ["--features cli"];
meta = {
description = "Ethereum function call encoding (ABI) utility";
homepage = https://github.com/ethcore/ethabi/;