ci_env 0.4.1

Detect CI information from the environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ci_env"
version = "0.4.1"
edition = "2021"
license = "MIT"
description = "Detect CI information from the environment."
homepage = "https://github.com/milesj/rust-cicd-env"
repository = "https://github.com/milesj/rust-cicd-env"
keywords = ["ci", "env", "info", "provider"]
categories = ["development-tools"]

[dependencies]
serde = { version = "1", features = ["derive"] }