openethereum/util/fdlimit/Cargo.toml
2016-02-05 13:49:36 +01:00

11 lines
238 B
TOML

[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"