[package]
authors = ["Lucas Montes <lluc23@hotmail.com>"]
description = "Manage environment variables"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "menva"
readme = "README.md"
repository = "https://github.com/lucas-montes/menva"
version = "1.0.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"