[[bin]]
name = "basic"
path = "tests/bins/basic.rs"
test = false
[[bin]]
name = "no_newline"
path = "tests/bins/no_newline.rs"
test = false
[[bin]]
name = "panic"
path = "tests/bins/panic.rs"
test = false
[dependencies]
[dev-dependencies.temp-env]
version = "0.3"
[lib]
name = "ci_group"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "RAII log groups for GitHub Actions and Azure Pipelines. Fixes swallowed logs."
edition = "2021"
keywords = ["github-actions", "azure-pipelines", "ci", "logging"]
license = "MIT OR Apache-2.0"
name = "ci_group"
readme = "README.md"
repository = "https://github.com/aimable100/ci_group"
version = "0.1.0"
[[test]]
name = "integration"
path = "tests/integration.rs"