summary refs log tree commit diff
path: root/io_jail/Cargo.toml
blob: dcd5d4ee32c9d4f60f05bf2f23db4ff716c777c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "io_jail"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
libc = "*"
minijail-sys = "*"