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