14 lines
193 B
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 = "*"
|