[package] name = "flashrom" version = "1.0.0" authors = ["Edward O'Callaghan ", "Peter Marheine "] description = "Flashrom abstraction for the flashrom_tester tool." license = "GPL-2.0-only" edition = "2018" [dependencies] log = "0.4" libflashrom = { path = "../../../bindings/rust/libflashrom" }