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
12 lines
267 B
TOML
12 lines
267 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" }
|
|
dirs = "1.0.2"
|