[go: up one dir, main page]

home 0.4.1

Shared definitions of home directories
Documentation
[package]
name = "home"
version = "0.4.1"
authors = [ "Brian Anderson <andersrb@gmail.com>" ]
documentation = "https://docs.rs/home"
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://github.com/brson/home"
description = "Shared definitions of home directories"

[target."cfg(windows)".dependencies]
scopeguard = "1"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "errhandlingapi",
    "handleapi",
    "processthreadsapi",
    "std",
    "winerror",
    "winnt",
    "userenv",
]