blob: e6c08b8f247c12203ec8d90ca8d90f2d99df8aac [file] [log] [blame]
[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