Clean up and better comment math somewhat further
[dnssec-prover] / uniffi / Cargo.toml
index 8a223a8672de51875267ae49143f85165804bb1c..35337001129a781e4efae9f3e82764e50f3163a0 100644 (file)
@@ -10,11 +10,15 @@ build = "build.rs"
 
 [dependencies]
 dnssec-prover = { path = "../", default-features = false, features = ["validation"] }
-uniffi = { version = "0.27" }
+uniffi = { version = "0.27", default-features = false }
 
 [build-dependencies]
 uniffi = { version = "0.27", features = [ "build" ] }
 
+[[bin]]
+name = "uniffi-bindgen"
+path = "uniffi-bindgen.rs"
+
 [lib]
 crate-type = ["cdylib"]