File: Cargo.toml.orig

package info (click to toggle)
rust-fdlimit 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
name = "fdlimit"
version = "0.2.1"
authors = ["Parity Technologies<admin@parity.io>"]
license = "Apache-2.0"
description = "Utility crate for raising file descriptors limit for OSX and Linux"
repository = "https://github.com/paritytech/fdlimit"

[dependencies]
libc = "0.2"