[workspace] resolver = "2" members = ["cove", "cove-*"] [workspace.package] version = "0.8.3" edition = "2021" [workspace.dependencies] crossterm = "0.27.0" parking_lot = "0.12.2" serde = { version = "1.0.202", features = ["derive"] } serde_either = "0.2.1" thiserror = "1.0.61" [workspace.dependencies.toss] git = "https://github.com/Garmelon/toss.git" tag = "v0.2.3" [workspace.lints] rust.unsafe_code = { level = "forbid", priority = 1 } rust.future_incompatible = "warn" rust.rust_2018_idioms = "warn" rust.unused = "warn" rust.noop_method_call = "warn" rust.single_use_lifetimes = "warn" clippy.use_self = "warn" [profile.dev.package."*"] opt-level = 3