diff --git a/Cargo.toml b/Cargo.toml index db4c77d..b77aa0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" readme = "README.md" description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables" keywords = ["wasm", "webassembly", "pwasm"] +repository = "https://github.com/paritytech/wasm-utils" [dependencies] # If you add the feature "bulk", make sure you fixed all expects that say diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1184e27..0aa1508 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" readme = "README.md" description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables" keywords = ["wasm", "webassembly", "pwasm"] +repository = "https://github.com/paritytech/wasm-utils" [lib]