diff --git a/Cargo.toml b/Cargo.toml index d649ac4..3bffa70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/lcov2cobertura/Cargo.toml b/lcov2cobertura/Cargo.toml index 27dc8bc..c24224d 100644 --- a/lcov2cobertura/Cargo.toml +++ b/lcov2cobertura/Cargo.toml @@ -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"