summaryrefslogtreecommitdiffstats
path: root/util/flashrom_tester/flashrom/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom_tester/flashrom/Cargo.toml')
-rw-r--r--util/flashrom_tester/flashrom/Cargo.toml9
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 000000000..27216cbde
--- /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