docs: add missing attribution to Gnosis for codegen & macros

This commit is contained in:
Georgios Konstantopoulos 2020-06-20 17:02:57 +03:00
parent 4ff466a593
commit 8240b26a80
No known key found for this signature in database
GPG Key ID: FA607837CD26EDBC
3 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@ -393,6 +393,7 @@ dependencies = [
"ethers-providers",
"futures-util",
"serde",
"serde_json",
"thiserror",
"tokio",
]

View File

@ -0,0 +1 @@
This code generator was adapted from the original [ethcontract-rs repository by Gnosis](https://github.com/gnosis/ethcontract-rs/tree/master/generate).

View File

@ -0,0 +1 @@
This proc-macro was adapted from the original [ethcontract-rs repository by Gnosis](https://github.com/gnosis/ethcontract-rs/tree/master/derive).