diff options
Diffstat (limited to 'util/flashrom_tester/flashrom/Cargo.toml')
-rw-r--r-- | util/flashrom_tester/flashrom/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flashrom_tester/flashrom/Cargo.toml b/util/flashrom_tester/flashrom/Cargo.toml index 27216cbd..a2447d04 100644 --- a/util/flashrom_tester/flashrom/Cargo.toml +++ b/util/flashrom_tester/flashrom/Cargo.toml @@ -6,4 +6,5 @@ authors = ["Edward O'Callaghan <quasisec@chromium.org>", edition = "2018" [dependencies] -log = "0.4"
\ No newline at end of file +log = "0.4" +libflashrom = { path = "../../../bindings/rust/libflashrom" } |