blob: 6745d1438b36ce9323ef8f3d39b92353e883f1e9 [file] [log] [blame] [edit]
[package]
name = "minijail-sys"
version = "0.0.13"
description = "Provides raw (unsafe) bindings to the libminijail C library."
authors = ["The ChromiumOS Authors"]
edition = "2018"
build = "build.rs"
[lib]
path = "lib.rs"
[dependencies]
libc = "0.2.44"
[build-dependencies]
pkg-config = "0.3"
which = "4.0.0"