Handle large messages with tweaked json decoding of ShowRequest handling.

This commit is contained in:
2023-02-27 21:29:40 -08:00
parent 25541bc1ca
commit d8275debdc
4 changed files with 75 additions and 46 deletions

View File

@@ -23,6 +23,7 @@ console_log = {git = "http://git-private.h.xinu.tv/wathiede/console_log.git"}
serde = { version = "1.0.147", features = ["derive"] }
notmuch = {path = "../notmuch"}
itertools = "0.10.5"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']