1[package]
2name = "net_util"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2018"
6
7[dependencies]
8libc = "*"
9data_model = { path = "../data_model" }
10net_sys = { path = "../net_sys" }
11base = { path = "../base" }
12