aboutsummaryrefslogtreecommitdiff
path: root/rust/minijail/Cargo.toml
blob: e6c08b8f247c12203ec8d90ca8d90f2d99df8aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "minijail"
version = "0.2.3"
description = "Provides a safe Rust friendly interface to libminijail."
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
libc = "0.2.44"
minijail-sys = { path = "../minijail-sys" } # provided by ebuild

[[test]]
name = "fork_remap"
path = "tests/fork_remap.rs"
harness = false