9773aa4c76
* Updating ring,multihash,tiny-keccak * Updating CID in ipfs.
10 lines
222 B
TOML
10 lines
222 B
TOML
[package]
|
|
name = "native-contract-generator"
|
|
description = "Generates Rust code for ethereum contract ABIs"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethabi = "1.0"
|
|
heck = "0.2"
|