blob: 78f1870b74a46d99d7aaec009b2840810436efc9 [file] [log] [blame] [edit]
[package]
name = "vboot_reference-sys"
version = "1.0.0"
description = "Provides raw (unsafe) bindings to the vboot_reference C library."
authors = ["The Chromium OS Authors"]
edition = "2018"
build = "build.rs"
[lib]
path = "lib.rs"
[dependencies]
libc = "0.2.44"
[build-dependencies]
bindgen = "0.64"
anyhow = "1.0"
pkg-config = "0.3"