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