openethereum/crates/util/dir/Cargo.toml
2021-01-14 15:30:57 +01:00

12 lines
273 B
TOML

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