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.
This commit is contained in:
Ian Douglas Scott 2023-05-09 08:45:21 -07:00 committed by GitHub
parent b85c504d72
commit 355e5a9715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 0 deletions

View file

@ -5,6 +5,7 @@ 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"