cd_env 0.3.0

Detect CD (deploy, deliver, distribute) information from the environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cd_env"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "Detect CD (deploy, deliver, distribute) information from the environment."
homepage = "https://github.com/milesj/rust-cicd-env"
repository = "https://github.com/milesj/rust-cicd-env"
keywords = ["cd", "deploy", "env", "info", "provider"]
categories = ["development-tools"]

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