2023-08-02 11:54:07 +02:00
|
|
|
[package]
|
|
|
|
|
name = "application"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
tracing = "0.1.37"
|
|
|
|
|
tracing-subscriber = "0.3.17"
|
2024-03-01 20:21:52 -05:00
|
|
|
tracing-log = "0.2.0"
|
2023-08-02 11:54:07 +02:00
|
|
|
|
|
|
|
|
[dependencies.libcosmic]
|
|
|
|
|
path = "../../"
|
|
|
|
|
default-features = false
|
2024-05-12 14:17:43 -04:00
|
|
|
features = ["debug", "winit", "tokio", "xdg-portal", "dbus-config"]
|