7e779327eb
`std::env::home_dir` is deprecated but will probably take a while until it is deprecated on stable. For more info see https://github.com/rust-lang/rust/pull/51656
9 lines
142 B
TOML
9 lines
142 B
TOML
[package]
|
|
name = "path"
|
|
version = "0.1.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "GPL3"
|
|
|
|
[dependencies]
|
|
dirs = "1.0.2"
|