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