[package] name = "usb_util" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2021" [dependencies] assertions = { path = "../common/assertions" } data_model = { path = "../common/data_model" } libc = "*" remain = "*" thiserror = "*" base = { path = "../base" } usb_sys = { path = "../usb_sys" }