Use notmuch crate in server and web.

This commit is contained in:
2021-10-29 20:10:06 -07:00
parent bec6f0f333
commit ad996643c9
6 changed files with 894 additions and 220 deletions

View File

@@ -20,13 +20,8 @@ console_error_panic_hook = "0.1.6"
log = "0.4.14"
seed = "0.8.0"
console_log = {git = "http://git.z.xinu.tv/wathiede/console_log"}
serde = "1.0.126"
[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1
serde = { version = "1.0", features = ["derive"] }
notmuch = {path = "../notmuch"}
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']