This should be useful for integrating cosmic-config into things using calloop, like cosmic-comp.
12 lines
221 B
TOML
12 lines
221 B
TOML
[package]
|
|
name = "cosmic-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
atomicwrites = "0.4.0"
|
|
calloop = { version = "0.10.5", optional = true }
|
|
dirs = "4.0.0"
|
|
notify = "5.1.0"
|
|
ron = "0.8.0"
|
|
serde = "1.0.152"
|