home-dir 0.1.0

expands home directories in a path
Documentation
[package]
name = "home-dir"
version = "0.1.0"
authors = ["eulegang <eulegang@gmail.com>"]
edition = "2018"
description = "expands home directories in a path"
license = "MIT"
repository = "https://github.com/eulegang/home-dir"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0"

nix = "0.18"