acae643a4a
* Revert "Replace `std::env::home_dir` with `dirs::home_dir` (#9077)"
This reverts commit 7e779327eb
.
* Restore some of the changes
* Update parity-common
11 lines
252 B
TOML
11 lines
252 B
TOML
[package]
|
|
name = "dir"
|
|
version = "0.1.1"
|
|
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" }
|