adc3457a89
* Bump master to 1.12 * Bump crates to 1.12 * Bump mac installer version to 1.12 * Update Gitlab scripts
16 lines
280 B
TOML
16 lines
280 B
TOML
[package]
|
|
description = "Ethcore IO library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-io"
|
|
version = "1.12.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
mio = "0.6.8"
|
|
crossbeam = "0.3"
|
|
parking_lot = "0.5"
|
|
log = "0.3"
|
|
slab = "0.2"
|
|
|