summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0884093a663c6717192ef39c41b7413818cabe84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"

[dev-dependencies.nix-test]
path    = "nix-test"
version = "*"