inboxid/Cargo.toml
2022-06-20 15:47:16 +02:00

20 lines
464 B
TOML

[workspace]
members = [
"inboxid-lib",
"inboxid-browse",
"inboxid-fetch",
"inboxid-filter",
"inboxid-list",
"inboxid-new",
"inboxid-overview",
"inboxid-sync",
]
[patch.crates-io]
cursive = { git = "https://github.com/FliegendeWurst/cursive", branch = "modified-0.16" }
cursive_core = { git = "https://github.com/FliegendeWurst/cursive", branch = "modified-0.16" }
[profile.release]
overflow-checks = true # useful when debugging