aboutsummaryrefslogtreecommitdiff
path: root/rust/minijail-sys/Cargo.toml
blob: 934c6055f1cd7a097a9f2a2678d0b47d286647b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "minijail-sys"
version = "0.0.11"
description = "Provides raw (unsafe) bindings to the libminijail C library."
authors = ["The Chromium OS Authors"]
edition = "2018"
build = "build.rs"

[lib]
path = "lib.rs"

[dependencies]
libc = "0.2.44"

[build-dependencies]
pkg-config = "0.3"