Add the standard uniffi-bindgen bin target
[dnssec-prover] / Cargo.toml
index cab20d7a4db001085233d60c415776c8fa71861b..05eccea6773d4c37ecaabc2d41a8952882ed404b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dnssec-prover"
-version = "0.5.1"
+version = "0.5.3"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover"
@@ -34,6 +34,7 @@ base64 = "0.21"
 rand = { version = "0.8", default-features = false, features = ["getrandom"] }
 tokio_crate = { package = "tokio", version = "1.0", features = ["rt", "macros", "net", "rt-multi-thread"] }
 minreq = { version = "2.0" }
+serde_json = { version = "1.0", default-features = false, features = ["std"] }
 
 [profile.dev]
 opt-level = 1