inboxid/Cargo.toml

20 lines
464 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]
2022-06-20 13:47:16 +00:00
cursive = { git = "https://github.com/FliegendeWurst/cursive", branch = "modified-0.16" }
cursive_core = { git = "https://github.com/FliegendeWurst/cursive", branch = "modified-0.16" }
2022-02-13 13:14:52 +00:00
[profile.release]
overflow-checks = true # useful when debugging