blob: d4f96cfc3a4ea715869b6a03c92a00cfbaf219b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "nix"
description = "Rust friendly bindings to Posix APIs"
version = "0.2.1"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"
exclude = [".gitignore", ".travis.yml", "tests/**/*"]
[dependencies]
bitflags = "0.1"
[dev-dependencies]
rand = "0.1.2"
|