139a2b7b0d
* Import the `home` crate in `util/dir`. * Replace uses of `env::home_dir()` with `home::home_dir()`. * `home` uses a 'correct' impl. on windows and the stdlib impl. of `::home_dir` otherwise. * Reexport `home::home_dir` from `util/dir`. * Bump `util/dir` to 0.1.2.
12 lines
265 B
TOML
12 lines
265 B
TOML
[package]
|
|
name = "dir"
|
|
version = "0.1.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "GPL3"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.3"
|
|
journaldb = { path = "../journaldb" }
|
|
app_dirs = { git = "https://github.com/paritytech/app-dirs-rs" }
|
|
home = "0.3"
|