1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00
Evan Benn e4c51439ac rust: Add license and other metadata to Cargo.toml
Add missing license to the Cargo.toml rust files, and some other
metadata that might be useful.

BUG=None
BRANCH=None
TEST=None

Change-Id: Ibdab16713395509be511e45c5eae946496020429
Signed-off-by: Evan Benn <evanbenn@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/71618
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
2023-01-12 23:26:01 +00:00

17 lines
444 B
TOML

[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"