1[package]
2name = "env_home"
3description = "Get the user home directory in a cross-platform way."
4authors = ["Peter Tripp <peter.tripp@gmail.com>"]
5homepage = "https://github.com/notpeter/env-home"
6repository = "https://github.com/notpeter/env-home"
7license = "MIT OR Apache-2.0"
8readme = "README.md"
9version = "0.1.0"
10edition = "2015"
11
12
13# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14[dependencies]
15