xref: /aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/Cargo.toml (revision 8617a60d3594060b7ecbd21bc622a7c14f3cf2bc)
1[package]
2name = "vboot_reference-sys"
3version = "1.0.0"
4description = "Provides raw (unsafe) bindings to the vboot_reference C library."
5authors = ["The Chromium OS Authors"]
6edition = "2018"
7build = "build.rs"
8
9[lib]
10path = "lib.rs"
11
12[dependencies]
13libc = "0.2.44"
14
15[build-dependencies]
16bindgen = "0.64"
17anyhow = "1.0"
18pkg-config = "0.3"
19