13 lines
282 B
TOML
13 lines
282 B
TOML
|
[package]
|
||
|
description = "Trait definitions relative the ethereum client"
|
||
|
name = "client-traits"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||
|
edition = "2018"
|
||
|
license = "GPL-3.0"
|
||
|
|
||
|
[dependencies]
|
||
|
ethereum-types = "0.6.0"
|
||
|
common-types = { path = "../types" }
|
||
|
|