cosmic-applets/cosmic-applet-status-area/Cargo.toml
Vukašin Vojinović 2c618622d3 chore: update dependencies
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.
2025-08-18 16:44:50 +02:00

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