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 bb5172f..08fa52a 100644
--- a/libs/zora-rs/Cargo.toml
+++ b/libs/zora-rs/Cargo.toml
@@ -14,6 +14,8 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]
[dependencies]
+serde_json = "1.0"
+serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = "0.2.84"
# The `console_error_panic_hook` crate provides better debugging of panics by