d2394d3ac3
* Updating paths to repos. * Updating rotor and libusb * Fixing other occurrences
16 lines
317 B
TOML
16 lines
317 B
TOML
[package]
|
|
description = "Ethcore IO library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-io"
|
|
version = "1.7.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
mio = { git = "https://github.com/paritytech/mio" }
|
|
crossbeam = "0.2"
|
|
parking_lot = "0.4"
|
|
log = "0.3"
|
|
slab = "0.2"
|
|
|