diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index 1c52f96..bd653cb 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -2,6 +2,9 @@ name = "ethereum-types" version = "0.1.0" authors = ["debris "] +license = "MIT" +homepage = "https://github.com/paritytech/primitives" +description = "Ethereum types" [build-dependencies] rustc_version = "0.2"