WIP: Simple frontend and backend to search notmuch mail.
This commit is contained in:
33
Cargo.toml
33
Cargo.toml
@@ -1,28 +1,5 @@
|
||||
[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]
|
||||
log = "0.4.14"
|
||||
seed = "0.8.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 'z'
|
||||
codegen-units = 1
|
||||
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
wasm-opt = ['-Os']
|
||||
[workspace]
|
||||
members = [
|
||||
"web",
|
||||
"server",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user