summaryrefslogtreecommitdiffstats
path: root/bindings/rust/libflashrom-sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/rust/libflashrom-sys/Cargo.toml')
-rw-r--r--bindings/rust/libflashrom-sys/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bindings/rust/libflashrom-sys/Cargo.toml b/bindings/rust/libflashrom-sys/Cargo.toml
new file mode 100644
index 000000000..54e016d38
--- /dev/null
+++ b/bindings/rust/libflashrom-sys/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "libflashrom-sys"
+version = "0.1.0"
+links = "flashrom"
+build = "build.rs"
+edition = "2021"
+
+[build-dependencies]
+pkg-config = "0.3.19"
+bindgen = "0.59.2"