Skip to content

Commit

Permalink
cargo metadata for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kfed committed Nov 18, 2022
1 parent 70a52f1 commit 2d88f65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "lcov2xml"
version = "1.0.0"
edition = "2021"
license-file = "LICENSE"
description = "convert LCOV info file to cobertura XML format"
repository = "https://github.com/mike-kfed/lcov2cobertura"
keywords = ["coverage", "gitlab", "cobertura", "lcov"]
categories = ["command-line-utilities"]

[workspace]

Expand Down
4 changes: 4 additions & 0 deletions lcov2cobertura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "lcov2cobertura"
version = "1.0.0"
edition = "2021"
license-file = "../LICENSE"
description = "convert LCOV info file to cobertura XML format"
repository = "https://github.com/mike-kfed/lcov2cobertura"
keywords = ["coverage", "gitlab", "cobertura", "lcov"]

[dependencies]
anyhow = "1.0.66"
Expand Down

0 comments on commit 2d88f65

Please sign in to comment.