summaryrefslogtreecommitdiffstats
path: root/util/flashrom_tester/flashrom/Cargo.toml
blob: 4d4fc2fea6d16b803ec6461c49fda6a3c68c93a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "flashrom"
version = "1.0.0"
authors = ["Edward O'Callaghan <quasisec@chromium.org>",
           "Peter Marheine <pmarheine@chromium.org>"]
description = "Flashrom abstraction for the flashrom_tester tool."
license = "GPL-2.0-only"
edition = "2018"

[dependencies]
log = "0.4"
libflashrom = { path = "../../../bindings/rust/libflashrom" }