blob: 24f29b73d69ad33ba21dc13839d8541d86ea4a16 [file] [log] [blame] [edit]
[workspace]
# So cargo does not think this package belongs to a workspace.
[package]
name = "featured"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
once_cell = "1"
thiserror = "1.0.30"
dbus = { version = "0.9", features = ["futures"] }
[build-dependencies]
bindgen = "0.64"
[dev-dependencies]
log = "0.4"