Sets the resolver to 3, so it's Rust-version aware. Without it, some dependencies get updated to versions needing Rust versions newer than the target.
15 lines
331 B
TOML
15 lines
331 B
TOML
[package]
|
|
name = "cosmic-applet-status-area"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
futures.workspace = true
|
|
libcosmic.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
zbus.workspace = true
|