cosmic-idle/cosmic-idle-config/Cargo.toml
Vukašin Vojinović 983d34ad96 chore: update dependencies
Also migrates to Rust 2024 edition.
2025-11-13 14:59:24 -07:00

8 lines
208 B
TOML

[package]
name = "cosmic-idle-config"
version = "0.1.0"
edition = "2024"
[dependencies]
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.228", features = ["derive"] }