diff --git a/Cargo.toml b/Cargo.toml index 02e6015..968ea2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "fixed-hash" version = "0.1.0" authors = ["debris "] +license = "MIT" +homepage = "https://github.com/paritytech/primitives" +description = "Fixed-size hashes" [dependencies] heapsize = { version = "0.4", optional = true }