Use notmuch crate in server and web.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user