crosvm/media/libvda/Cargo.toml

17 lines
224 B
TOML
Raw Normal View History

[package]
name = "libvda"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
links = "vda"
[features]
libvda-stub = []
[dependencies]
enumn = "0.1.0"
libc = "*"
[build-dependencies]
pkg-config = "*"