summary refs log blame commit diff
path: root/net_util/Cargo.toml
blob: 1bcf18c0a752e3f83df9243d287f06091d40d429 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                     
[package]
name = "net_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[dependencies]
libc = "*"
net_sys = { path = "../net_sys" }
sys_util = { path = "../sys_util" }