[package] name = "resources" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2018" [dependencies] libc = "*" msg_socket = { path = "../msg_socket" } base = { path = "../base" }