[package] name = "home-dir" version = "0.1.0" authors = ["eulegang "] 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"