Restructure config to fix debian builds

This commit is contained in:
Jeremy Soller 2025-05-09 19:17:28 -06:00
parent edaf5b994e
commit 515dbb3337
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
6 changed files with 5 additions and 2 deletions

View file

@ -26,6 +26,7 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1.0.95"
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "178eb0b" }
cosmic-applets-config = { path = "cosmic-applets-config" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
"client",
], rev = "1425bd4" }