openethereum/crates/util/dir/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
275 B
TOML
Raw Permalink Normal View History

[package]
name = "dir"
version = "0.1.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL3"
[dependencies]
ethereum-types = "0.9.2"
2021-01-13 18:03:12 +01:00
journaldb = { path = "../../db/journaldb" }
2020-09-22 14:53:52 +02:00
app_dirs = { git = "https://github.com/openethereum/app-dirs-rs" }
home = "0.3"