globalenv 0.3.0

Globally sets environment variables (and not just for the current process)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.winreg]
version = "0.7"

[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["config", "os"]
description = "Globally sets environment variables (and not just for the current process)"
edition = "2018"
keywords = ["environment", "variable", "global"]
license = "GPL-3.0"
name = "globalenv"
readme = "README.md"
repository = "https://github.com/nicolasbauw/globalenv"
version = "0.3.0"