nihed-cros-libva: start this unofficial fork
[nihav-player.git] / nihed-cros-libva / Cargo.toml
CommitLineData
68362724 1[package]
88067546
KS
2name = "nihed-cros-libva"
3version = "0.0.4"
68362724
KS
4license = "BSD-3-Clause"
5description = "Safe bindings over libva"
88067546 6authors = ["The Chromium OS Authors", "random nobody"]
68362724
KS
7edition = "2021"
8
9[dependencies]
10anyhow = "1"
11bitflags = "1.3"
12log = { version = "0", features = ["release_max_level_debug"] }
13
14[build-dependencies]
15pkg-config = "0.3.26"
16
17[dev-dependencies]
18crc32fast = "1.2.1"