Skip to content

Commit

Permalink
Updated cargo descriptors
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mtolmacs committed Apr 19, 2023
1 parent f9c091c commit 5546fda
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cargo-wasm2map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ version = "0.1.0"
edition = "2021"
authors = ["Mark Tolmacs <[email protected]>"]
description = "Cargo command which generates source map for .wasm file with DWARF debug info embedded as source map."
documentation = "https://docs.rs/cargo-wasm2map"
readme = "https://github.com/mtolmacs/wasm2map/blob/main/README.md"
repository = "https://github.com/mtolmacs/wasm2map"
homepage = "https://github.com/mtolmacs/wasm2map"
keywords = ["webassembly", "wasm", "debug", "sourcemap"]
categories = ["command-line-utilities"]
rust-version = "1.64.0"
license = "MIT OR Apache-2.0"

[dependencies]
wasm2map = { version = "0.1.0", path = "../wasm2map" }

[dependencies.clap]
version = "4.2.1"
features = ["derive"]

[badges]
maintenance = { status = "actively-developed" }
10 changes: 10 additions & 0 deletions wasm2map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ version = "0.1.0"
edition = "2021"
authors = ["Mark Tolmacs <[email protected]>"]
description = "Generates source map for .wasm file with DWARF debug info embedded as source map."
documentation = "https://docs.rs/wasm2map"
readme = "https://github.com/mtolmacs/wasm2map/blob/main/README.md"
repository = "https://github.com/mtolmacs/wasm2map"
homepage = "https://github.com/mtolmacs/wasm2map"
keywords = ["webassembly", "wasm", "debug", "sourcemap"]
categories = ["development-tools::debugging"]
rust-version = "1.64.0"
license = "MIT OR Apache-2.0"

[lib]

Expand Down Expand Up @@ -36,3 +44,5 @@ thiserror = ">= 1.0.7"
# For -Zminimal-versions
gcc = ">= 0.3.4"

[badges]
maintenance = { status = "actively-developed" }

0 comments on commit 5546fda

Please sign in to comment.