gitlab-report 1.0.2

Generates GitLab reports from cargo's JSON output
[dependencies.chrono]
version = "^0.4"

[dependencies.quick-xml]
features = ["serialize"]
version = "^0.28"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.xxhash-rust]
features = ["xxh3"]
version = "^0.8"

[package]
authors = ["Tobias Pfeiffer <tobias.pfeiffer@3d7eed74.net>"]
description = "Generates GitLab reports from cargo's JSON output"
edition = "2018"
license = "MIT"
name = "gitlab-report"
readme = "./README.md"
repository = "https://gitlab.com/TobiP64/rust-gitlab-ci"
version = "1.0.2"