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"] }
|
|
|
|
|
tokio = { version = "1.20.1", features=["full"] }
|
|
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet"] }
|
|
|
|
|
nix = "0.24.1"
|
|
|
|
|
chrono = { version = "0.4.23", features = ["clock"] }
|