blob: e62a8e52a4dc9d7a5906b9f6f68f42419e0ae510 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "nix-test"
description = "Testing helpers for Nix"
version = "0.0.1"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
build = "build.rs"
license = "MIT"
[dependencies]
libc = "*"
[build-dependencies]
gcc = "0.3.8"
|