diff options
Diffstat (limited to 'util/flashrom_tester/flashrom/Cargo.toml')
-rw-r--r-- | util/flashrom_tester/flashrom/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/flashrom_tester/flashrom/Cargo.toml b/util/flashrom_tester/flashrom/Cargo.toml new file mode 100644 index 00000000..27216cbd --- /dev/null +++ b/util/flashrom_tester/flashrom/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "flashrom" +version = "1.0.0" +authors = ["Edward O'Callaghan <quasisec@chromium.org>", + "Peter Marheine <pmarheine@chromium.org>"] +edition = "2018" + +[dependencies] +log = "0.4"
\ No newline at end of file |