16 lines
307 B
TOML
16 lines
307 B
TOML
[package]
|
|
description = "Ethcore IO library"
|
|
homepage = "http://ethcore.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-io"
|
|
version = "1.4.0"
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
|
|
[dependencies]
|
|
mio = { git = "https://github.com/carllerche/mio" }
|
|
crossbeam = "0.2"
|
|
parking_lot = "0.3"
|
|
log = "0.3"
|
|
slab = "0.2"
|
|
|