2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
|
|
|
|
members = ["app", "page", "pages/*"]
|
|
|
|
|
default-members = ["app"]
|
2023-01-25 04:14:49 +01:00
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[workspace.dependencies.libcosmic]
|
2023-01-25 04:14:49 +01:00
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
2023-05-30 21:49:15 +02:00
|
|
|
rev = "f06a81c"
|
2023-01-25 04:14:49 +01:00
|
|
|
default-features = false
|
2023-05-24 22:13:08 -04:00
|
|
|
features = ["debug", "wayland", "tokio"]
|
2023-05-30 21:49:15 +02:00
|
|
|
|
|
|
|
|
[workspace.dependencies.cosmic-config]
|
|
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
|
|
|
|
rev = "f06a81c"
|