aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/rust/libflashrom/.cargo/config.toml
diff options
context:
space:
mode:
authorEvan Benn <evanbenn@chromium.org>2022-06-01 10:24:08 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2022-08-19 04:37:43 +0000
commit401d9bfa71ee3269ff0e561c3ba795410b920e6d (patch)
treea6427cfd508bb0c73bc35347ccd7d2b87ad34920 /bindings/rust/libflashrom/.cargo/config.toml
parent06d32e11473bbd4631cf2709c16d220d81280f2d (diff)
downloadflashrom-401d9bfa71ee3269ff0e561c3ba795410b920e6d.tar.gz
flashrom-401d9bfa71ee3269ff0e561c3ba795410b920e6d.tar.bz2
flashrom-401d9bfa71ee3269ff0e561c3ba795410b920e6d.zip
bindings/rust/libflashrom: Create fat rust binding
Create a rust library wrapping libflashrom-sys in a more idiomatic rust API. BUG=b:230545739 BRANCH=None TEST=cargo test Change-Id: Ie3bcfde40dc475f6a9439ccab8e2446967f7d6dd Signed-off-by: Evan Benn <evanbenn@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/65281 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'bindings/rust/libflashrom/.cargo/config.toml')
-rw-r--r--bindings/rust/libflashrom/.cargo/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/rust/libflashrom/.cargo/config.toml b/bindings/rust/libflashrom/.cargo/config.toml
new file mode 100644
index 00000000..8af59dd8
--- /dev/null
+++ b/bindings/rust/libflashrom/.cargo/config.toml
@@ -0,0 +1,2 @@
+[env]
+RUST_TEST_THREADS = "1"