summary refs log tree commit diff
path: root/io_jail/Cargo.toml
blob: 31f8e6f3b04ea55f28e094d1e1e6b2d9ff720f61 (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 = "*"
net_sys = { path = "../net_sys" }