/
githubmirror
/
flashrom
Обзор
Документация
Войти
/
githubmirror
/
flashrom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
bindings/rust/libflashrom/Cargo.toml
24 строки
551 B
Evan Benn
rust: Add license and other metadata to Cargo.toml
13 янв 2023, 02:26
13 янв 2023, 02:26
e4c5143
Код
Авторство
О чём код?
[package] name = "libflashrom" version = "0.1.0" description = "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 = ["api-bindings", "hardware-support"] edition = "2021" [dependencies] libflashrom-sys = { path = "../libflashrom-sys" } libc = "0.2.124" regex = "1.5.5" once_cell = "1.7.2" [dev-dependencies] rusty-fork = "0.3.0" gag = "1" [build-dependencies] pkg-config = "0.3.19" cc = "1.0.72"