1
0
mirror of https://github.com/fluencelabs/wasm-module-name synced 2025-03-15 03:30:50 +00:00

add license and repository settings to Cargo.toml

This commit is contained in:
vms 2019-04-07 11:26:46 +03:00
parent 50aa00c8df
commit e78119c5de
2 changed files with 5 additions and 2 deletions

2
Cargo.lock generated

@ -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)",

@ -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