]> git.nihav.org Git - nihav-player.git/blame_incremental - nihed-cros-libva/Cargo.toml
nihed-cros-libva: use simple error enum instead of anyhow crate
[nihav-player.git] / nihed-cros-libva / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "nihed-cros-libva"
3version = "0.0.4"
4license = "BSD-3-Clause"
5description = "Safe bindings over libva"
6authors = ["The Chromium OS Authors", "random nobody"]
7edition = "2021"
8
9[dependencies]
10bitflags = "1.3"
11
12[build-dependencies]
13pkg-config = "0.3.26"
14
15[dev-dependencies]
16crc32fast = "1.2.1"