2022-06-10 16:20:46 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-time"
|
2026-01-13 17:21:37 +01:00
|
|
|
version = "1.0.2"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-09-15 23:09:55 -05:00
|
|
|
license = "GPL-3.0-only"
|
2022-06-10 16:20:46 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-05-09 19:17:28 -06:00
|
|
|
cosmic-applets-config.workspace = true
|
2026-03-03 23:57:49 +01:00
|
|
|
jiff = "0.2"
|
2024-03-14 21:43:11 +01:00
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
tracing-log.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing.workspace = true
|
2025-12-19 12:08:59 +01:00
|
|
|
icu = { version = "2.1.1", features = ["compiled_data"] }
|
2024-08-17 00:40:10 -04:00
|
|
|
zbus.workspace = true
|
|
|
|
|
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2025-07-08 08:58:08 -06:00
|
|
|
logind-zbus = "5.3.2"
|