• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "minijail-sys"
3version = "0.0.13"
4description = "Provides raw (unsafe) bindings to the libminijail C library."
5authors = ["The ChromiumOS Authors"]
6edition = "2018"
7build = "build.rs"
8
9[lib]
10path = "lib.rs"
11
12[dependencies]
13libc = "0.2.44"
14
15[build-dependencies]
16pkg-config = "0.3"
17which = "4.0.0"
18