From af761da031046db04e4733b7a5b04fe13ad3df11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Wed, 21 Oct 2020 11:37:30 +0200 Subject: [PATCH] Add repository metadata to Cargo.toml files --- Cargo.toml | 1 + cli/Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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]