inboxid/Cargo.toml
2022-02-13 14:14:52 +01:00

20 lines
433 B
TOML

[workspace]
members = [
"inboxid-lib",
"inboxid-browse",
"inboxid-fetch",
"inboxid-filter",
"inboxid-list",
"inboxid-new",
"inboxid-overview",
"inboxid-sync",
]
[patch.crates-io]
cursive = { path = "../cursive/cursive" }
cursive_core = { path = "../cursive/cursive-core" } # locally patched at v0.2.2 to improve text rendering perf.
[profile.release]
overflow-checks = true # useful when debugging