2e12a2db50
* created the dir crate in util * moved code from ethstore/src/dir/paths.rs to dir crate * rename dir module in ethstore to accounts_dir to distinguish it from the dir crate * changes after @tomusdrw on #6952
10 lines
206 B
TOML
10 lines
206 B
TOML
[package]
|
|
name = "dir"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-bigint = { path = "../bigint" }
|
|
journaldb = { path = "../journaldb" }
|
|
app_dirs = "1.1.1"
|