16 lines
411 B
TOML
16 lines
411 B
TOML
|
[package]
|
||
|
description = "Parity LES primitives"
|
||
|
homepage = "https://ethcore.io"
|
||
|
license = "GPL-3.0"
|
||
|
name = "ethcore-light"
|
||
|
version = "1.5.0"
|
||
|
authors = ["Ethcore <admin@ethcore.io>"]
|
||
|
|
||
|
[dependencies]
|
||
|
log = "0.3"
|
||
|
ethcore = { path = ".." }
|
||
|
ethcore-util = { path = "../../util" }
|
||
|
ethcore-network = { path = "../../util/network" }
|
||
|
ethcore-io = { path = "../../util/io" }
|
||
|
rlp = { path = "../../util/rlp" }
|
||
|
time = "0.1"
|