WIP: Simple frontend and backend to search notmuch mail.
This commit is contained in:
32
web/Cargo.toml
Normal file
32
web/Cargo.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[package]
|
||||
version = "0.1.0"
|
||||
name = "letterbox"
|
||||
repository = "https://github.com/seed-rs/seed-quickstart"
|
||||
authors = ["Bill Thiede <git@xinu.tv>"]
|
||||
description = "App Description"
|
||||
categories = ["category"]
|
||||
license = "MIT"
|
||||
readme = "./README.md"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.18"
|
||||
|
||||
[dependencies]
|
||||
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
|
||||
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
wasm-opt = ['-Os']
|
||||
Reference in New Issue
Block a user