summaryrefslogtreecommitdiff
path: root/rust/vboot_reference-sys/Cargo.toml
blob: 59769ee9b959b1a9a92e0d654cf65f13a5d7e208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]
pkg-config = "0.3"
which = "4.0.0"