2022-06-10 16:20:46 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-time"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2024-05-06 15:39:04 +02:00
|
|
|
license = "GPL-3.0"
|
2022-06-10 16:20:46 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-14 21:43:11 +01:00
|
|
|
chrono = { version = "0.4.35", features = ["clock"] }
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
2023-10-22 15:23:07 -05:00
|
|
|
once_cell = "1"
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2024-02-27 13:51:42 -08:00
|
|
|
tokio = { version = "1.36.0", features = ["time"] }
|
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
|
2024-05-25 05:16:25 +02:00
|
|
|
icu = { version = "1.4.0", features = ["experimental", "compiled_data", "icu_datetime_experimental"]}
|