chore: align idle with local cosmic stack

This commit is contained in:
Lionel DARNIS 2026-05-24 11:11:12 +02:00
parent c95d066b5b
commit 60bce9eae4
3 changed files with 121 additions and 127 deletions

View file

@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
cosmic-config = { path = "../../libcosmic/cosmic-config" }
serde = { version = "1.0.228", features = ["derive"] }