2024-10-15 09:46:03 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-idle-config"
|
|
|
|
|
version = "0.1.0"
|
2025-10-05 13:27:16 +02:00
|
|
|
edition = "2024"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2026-05-24 11:11:12 +02:00
|
|
|
cosmic-config = { path = "../../libcosmic/cosmic-config" }
|
2025-10-05 13:27:16 +02:00
|
|
|
serde = { version = "1.0.228", features = ["derive"] }
|