xref: /aosp_15_r20/external/minijail/rust/minijail-sys/Cargo.toml (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
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