c9c8f920d2
* initial native contract generator * get generated code compiling * unit tests for type codegen * autogenerate registry contract * native_contracts entry for registry * service_transaction_checker * fixed indentation
10 lines
224 B
TOML
10 lines
224 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.2"
|
|
heck = "0.2"
|