aboutsummaryrefslogtreecommitdiffstats
path: root/libs/zora-rs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/zora-rs/Cargo.toml')
-rw-r--r--libs/zora-rs/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/zora-rs/Cargo.toml b/libs/zora-rs/Cargo.toml
index 08fa52a..c11df29 100644
--- a/libs/zora-rs/Cargo.toml
+++ b/libs/zora-rs/Cargo.toml
@@ -16,6 +16,7 @@ default = ["console_error_panic_hook"]
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
+specta = { version = "1.0.5", features = ["typescript"] }
wasm-bindgen = "0.2.84"
# The `console_error_panic_hook` crate provides better debugging of panics by
@@ -24,5 +25,6 @@ wasm-bindgen = "0.2.84"
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
+
[dev-dependencies]
wasm-bindgen-test = "0.3.34"