openethereum/util/fdlimit/Cargo.toml

11 lines
238 B
TOML
Raw Normal View History

2016-02-05 13:49:36 +01:00
[package]
description = "Utility function to raise file descriptor limit on OS X"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "fdlimit"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]
[dependencies]
libc = "0.2"