[package] name = "globalenv" version = "0.4.2" authors = ["Nicolas BAUW "] edition = "2021" description = "Globally sets environment variables (and not just for the current process). Support for Windows, zsh and bash (MacOS and most Linux distros)." keywords = ["environment", "variable", "global"] categories = ["config", "os"] license = "MIT" repository = "https://github.com/nicolasbauw/globalenv" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target.'cfg(windows)'.dependencies] winreg = "0.7"