[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"