f48780c29b
* Ethereum types updated to 0.8 version * Fix for rand usage in rpc * Cargo lock fixed after rebase * TODO added
12 lines
267 B
TOML
12 lines
267 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.3"
|