env-guard 0.2.0

Set and lock environment variables for tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Lucas Pickering <lucas@lucaspickering.me>"]
description = "Set and lock environment variables for tests"
edition = "2021"
license = "MIT"
name = "env-guard"
readme = "README.md"
repository = "https://github.com/LucasPickering/env-lock"
rust-version = "1.76.0"
version = "0.2.0"

[profile.dist]
inherits = "release"
lto = "thin"