summaryrefslogtreecommitdiffstats
path: root/bindings/rust/libflashrom-sys/Cargo.toml
blob: af84b8af8c7da36187650b1a0750cd9baaa99d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libflashrom-sys"
version = "0.1.0"
description = "Native bindings to the libflashrom library."
readme = "../README"
homepage = "https://www.flashrom.org/"
repository = "https://review.coreboot.org/plugins/gitiles/flashrom/"
license = "GPL-2.0-only"
categories = ["external-ffi-bindings", "hardware-support"]
links = "flashrom"
build = "build.rs"
edition = "2021"

[build-dependencies]
pkg-config = "0.3.19"
bindgen = "0.59.2"