inboxid/Cargo.toml

20 lines
433 B
TOML
Raw Normal View History

2022-02-13 13:09:37 +00:00
[workspace]
members = [
"inboxid-lib",
"inboxid-browse",
"inboxid-fetch",
"inboxid-filter",
"inboxid-list",
"inboxid-new",
"inboxid-overview",
"inboxid-sync",
]
2022-02-13 13:14:52 +00:00
[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