Add the standard uniffi-bindgen bin target
[dnssec-prover] / uniffi / Cargo.toml
index 8a223a8672de51875267ae49143f85165804bb1c..bff333a2c64e22c211ddee52183aef8a95c5f194 100644 (file)
@@ -15,6 +15,10 @@ uniffi = { version = "0.27" }
 [build-dependencies]
 uniffi = { version = "0.27", features = [ "build" ] }
 
+[[bin]]
+name = "uniffi-bindgen"
+path = "uniffi-bindgen.rs"
+
 [lib]
 crate-type = ["cdylib"]