chore(addressbook): add metadata for release
This commit is contained in:
parent
6d5bebd860
commit
b21d7b2b42
|
@ -2,6 +2,12 @@
|
||||||
name = "ethers-addressbook"
|
name = "ethers-addressbook"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||||
|
description = "Common Ethereum name to address mappings"
|
||||||
|
homepage = "https://docs.rs/ethers"
|
||||||
|
repository = "https://github.com/gakonst/ethers-rs"
|
||||||
|
keywords = ["ethereum", "web3", "celo", "ethers"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = "1.10.0"
|
once_cell = "1.10.0"
|
||||||
|
|
Loading…
Reference in New Issue