Files
letterbox/Cargo.toml
Bill Thiede 17cdae7bfb
Some checks failed
Continuous integration / Check (push) Successful in 1m45s
Continuous integration / Test Suite (push) Successful in 2m35s
Continuous integration / Trunk (push) Successful in 2m12s
Continuous integration / Rustfmt (push) Failing after 42s
Continuous integration / Disallow unused dependencies (push) Successful in 2m36s
Continuous integration / build (push) Successful in 4m47s
chore: Release
2026-01-20 11:12:26 -08:00

21 lines
414 B
TOML

[workspace]
resolver = "2"
default-members = ["server"]
members = ["web", "server", "notmuch", "procmail2notmuch", "shared"]
[workspace.package]
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2021"
license = "UNLICENSED"
publish = ["xinu"]
version = "0.17.61"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
[profile.dev]
opt-level = 1
[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1