cosmic-applets/cosmic-app-list/cosmic-app-list-config/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

10 lines
270 B
TOML

[package]
name = "cosmic-app-list-config"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcosmic.workspace = true
serde = { workspace = true, features = ["derive"] }