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

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