unplugged-system/external/crosvm/media/ffmpeg/Cargo.toml

14 lines
193 B
TOML

[package]
name = "ffmpeg"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
anyhow = "*"
libc = "*"
thiserror = "*"
[build-dependencies]
pkg-config = "*"