blob: 6954d530a41a7a2dd9552de179cb3f9d26cb6aec [file] [log] [blame]
Stephen Barber27c58232019-12-09 17:20:28 -08001[package]
2name = "minijail-sys"
3version = "0.0.11"
4authors = ["The Chromium OS Authors"]
5edition = "2018"
6build = "build.rs"
7
8[lib]
9path = "lib.rs"
10
11[dependencies]
12libc = "0.2.44"
13
14[build-dependencies]
15cc = "1.0"
16pkg-config = "0.3"