2023-08-29 13:49:41 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-comp-config"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-20 16:52:44 -08:00
|
|
|
cosmic-config = { git = "https://github.com/pop-os/libcosmic/" }
|
2024-02-01 15:38:05 +01:00
|
|
|
input = "0.9.0"
|
2025-01-31 14:13:33 -08:00
|
|
|
libdisplay-info = { version = "0.2.0", optional = true }
|
2023-08-29 13:49:41 -07:00
|
|
|
serde = { version = "1", features = ["derive"] }
|