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-01 09:57:45 -07:00
|
|
|
rev = "b85c504d72ee1c0d360c56042996474932df97cb"
|
2023-01-25 04:14:49 +01:00
|
|
|
default-features = false
|
2023-01-31 00:38:12 +01:00
|
|
|
features = ["debug", "winit", "dyrend", "tokio"]
|