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