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

12 lines
419 B
TOML

[package]
name = "cosmic-applet-time"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
icon-loader = { version = "0.3.6", features = ["gtk"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", rev = "5765053", default-features = false, features = ["tokio", "wayland"] }
cosmic-applet = { path = "../applet" }
nix = "0.24.1"
chrono = { version = "0.4.23", features = ["clock"] }