openethereum/crates/util/dir/Cargo.toml

12 lines
275 B
TOML

[package]
name = "dir"
version = "0.1.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL3"
[dependencies]
ethereum-types = "0.9.2"
journaldb = { path = "../../db/journaldb" }
app_dirs = { git = "https://github.com/openethereum/app-dirs-rs" }
home = "0.3"