docs: add missing attribution to Gnosis for codegen & macros
This commit is contained in:
parent
4ff466a593
commit
8240b26a80
|
@ -393,6 +393,7 @@ dependencies = [
|
|||
"ethers-providers",
|
||||
"futures-util",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
]
|
||||
|
|
|
@ -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).
|
|
@ -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).
|
Loading…
Reference in New Issue