diff --git a/Cargo.lock b/Cargo.lock index 2f48b34..db2bde1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasm-module-name" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "exitfailure 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index defd3ba..6f1eb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "wasm-module-name" -version = "0.1.0" +version = "0.1.1" authors = ["Fluence Labs"] edition = "2018" publish = true description = "Console utility to show and change Wasm module names" +repository = "https://github.com/fluencelabs/wasm-module-name" +license = "Apache-2.0" +keywords = ["fluence", "webassembly", "wasm-module-name"] [profile.release] debug = false