cosmic-applets/cosmic-applet-time/Cargo.toml

18 lines
536 B
TOML
Raw Normal View History

[package]
name = "cosmic-applet-time"
version = "0.1.0"
edition = "2021"
2024-05-06 15:39:04 +02:00
license = "GPL-3.0"
[dependencies]
chrono = { version = "0.4.35", features = ["clock"] }
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
once_cell = "1"
rust-embed.workspace = true
tokio = { version = "1.36.0", features = ["time"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
2024-05-25 05:16:25 +02:00
icu = { version = "1.4.0", features = ["experimental", "compiled_data", "icu_datetime_experimental"]}