Add repository metadata to Cargo.toml files

This commit is contained in:
Alexander Theißen
2020-10-21 11:37:30 +02:00
parent fbaae277fc
commit af761da031
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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]