WIP better author handling.

This commit is contained in:
2023-02-27 08:30:48 -08:00
parent e5a27f82f9
commit 25541bc1ca
4 changed files with 27 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ seed = "0.9.2"
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"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']