21 lines
572 B
TOML
21 lines
572 B
TOML
[package]
|
|
name = "cosmic-applet-time"
|
|
version = "1.0.2"
|
|
edition = "2024"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
cosmic-applets-config.workspace = true
|
|
jiff = "0.2"
|
|
i18n-embed-fl.workspace = true
|
|
i18n-embed.workspace = true
|
|
libcosmic.workspace = true
|
|
rust-embed.workspace = true
|
|
tokio.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
icu = { version = "2.1.1", features = ["compiled_data"] }
|
|
zbus.workspace = true
|
|
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
logind-zbus = "5.3.2"
|