libcosmic/cosmic-config/Cargo.toml
Ian Douglas Scott 355e5a9715
config: Add calloop feature to provide a calloop source (#102)
This should be useful for integrating cosmic-config into things using
calloop, like cosmic-comp.
2023-05-09 08:45:21 -07:00

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"