set_env_perm 2.0.0

Sets environment variables permanently across all major platforms
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "set_env_perm"
version = "2.0.0"
authors = [
    "CGQAQ <m.jason.liu@outlook.com>",
    "Tobias Grothmann",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sets environment variables permanently across all major platforms"
documentation = "https://docs.rs/set_env_perm"
readme = "README.md"
keywords = [
    "env",
    "environment",
    "variable",
]
license = "MIT"
repository = "https://github.com/TobiasGrothmann/set_env_perm"

[lib]
name = "set_env_perm"
path = "src/lib.rs"

[[example]]
name = "set_dummy"
path = "examples/set_dummy.rs"

[[example]]
name = "test"
path = "examples/test.rs"

[dependencies.dirs]
version = "4.0.0"