2022-06-10 16:20:46 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-time"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-15 16:53:29 -07:00
|
|
|
icon-loader = { version = "0.3.6", features = ["gtk"] }
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
2023-06-01 12:23:12 -04:00
|
|
|
cosmic-applet = { path = "../applet" }
|
2023-06-15 15:03:06 -04:00
|
|
|
nix = "0.26.2"
|
2022-12-15 16:53:29 -07:00
|
|
|
chrono = { version = "0.4.23", features = ["clock"] }
|