2024-11-06 02:36:33 +00:00
|
|
|
[package]
|
|
|
|
|
name = "about"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-03-19 20:29:11 +01:00
|
|
|
tracing = "0.1.41"
|
|
|
|
|
tracing-subscriber = "0.3.19"
|
2024-11-06 02:36:33 +00:00
|
|
|
tracing-log = "0.2.0"
|
2025-03-19 20:29:11 +01:00
|
|
|
open = "5.3.2"
|
2024-11-06 02:36:33 +00:00
|
|
|
|
|
|
|
|
[dependencies.libcosmic]
|
|
|
|
|
path = "../../"
|
|
|
|
|
default-features = false
|
|
|
|
|
features = [
|
|
|
|
|
"debug",
|
|
|
|
|
"winit",
|
|
|
|
|
"tokio",
|
|
|
|
|
"xdg-portal",
|
|
|
|
|
"dbus-config",
|
|
|
|
|
"desktop",
|
|
|
|
|
"a11y",
|
|
|
|
|
"wayland",
|
|
|
|
|
"wgpu",
|
|
|
|
|
"single-instance",
|
|
|
|
|
"multi-window",
|
2024-11-16 03:38:29 +01:00
|
|
|
"about",
|
2024-11-06 02:36:33 +00:00
|
|
|
]
|