diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-04-05 16:56:02 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-04-06 08:47:20 -0500 |
commit | 8a635a8e5bf8d23994d30d7d90b0318c27246a5d (patch) | |
tree | 254f145153b122190449f8701e4f6282eb9faf20 /libs/zora-rs | |
parent | Do not actually override the UI yet (diff) | |
download | zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.gz zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.bz2 zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.lz zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.xz zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.zst zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.zip |
Lint
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'libs/zora-rs')
-rw-r--r-- | libs/zora-rs/Cargo.toml | 2 |
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 |