aboutsummaryrefslogtreecommitdiff
path: root/rust/minijail/Cargo.toml
blob: db0652fce0e34e2cf43e53b07288a9bbfc2de292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "minijail"
version = "0.2.1"
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