envz 0.1.1

A Rust library for persistently reading and modifying Windows environment variables via the registry
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "envz"
version = "0.1.1"
edition = "2024"
description = "A Rust library for persistently reading and modifying Windows environment variables via the registry"
repository = "https://github.com/Delphier/envz"
homepage = "https://github.com/Delphier/envz"
readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
thiserror = "2.0.20"
windows = { version = "0.62.2", features = ["Win32"] }
windows-registry = "0.6.1"
windows-result = "0.4.1"