blob: 02fc164a3a1913dadda6bdf70d5fa0d5f94f9c8f [file] [log] [blame]
[package]
name = "resources"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
libc = "*"
base = { path = "../base" }
serde = { version = "1", features = ["derive"] }
remain = "*"
thiserror = "*"