d78565593b
This fixes (partially) #11468. The change includes: ``` arrayvec base64 crossbeam-deque crossbeam-epoch crossbeam-utils home idna impl-serde keccak-hasher lock_api miow num-traits parking_lot parking_lot_core percent-encoding ```
12 lines
269 B
TOML
12 lines
269 B
TOML
[package]
|
|
name = "dir"
|
|
version = "0.1.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "GPL3"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.8.0"
|
|
journaldb = { path = "../journaldb" }
|
|
app_dirs = { git = "https://github.com/paritytech/app-dirs-rs" }
|
|
home = "0.5.3"
|