1[package] 2name = "ffmpeg" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8anyhow = "*" 9libc = "*" 10thiserror = "*" 11 12[build-dependencies] 13pkg-config = "*" 14