1[package] 2name = "libvda" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6links = "vda" 7 8[features] 9libvda-stub = [] 10 11[dependencies] 12enumn = "0.1.0" 13libc = "*" 14 15[build-dependencies] 16pkg-config = "*" 17