blob: 8dfe1dffc1de9b4cc2baec4f8a568f006274e0c6 [file] [log] [blame]
[package]
name = "net_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
libc = "*"
data_model = { path = "../common/data_model" }
net_sys = { path = "../net_sys" }
base = { path = "../common/base" }
cros_async = { path = "../common/cros_async" }
remain = "*"
thiserror = "*"