/
githubmirror
/
flashrom
Обзор
Документация
Войти
/
githubmirror
/
flashrom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
bindings/rust/libflashrom-sys/Cargo.toml
16 строк
444 B
Evan Benn
rust: Add license and other metadata to Cargo.toml
13 янв 2023, 02:26
13 янв 2023, 02:26
e4c5143
Код
Авторство
О чём код?
[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"