12 lines
402 B
TOML
12 lines
402 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/", default-features = false, features = ["tokio", "wayland"] }
|
|
cosmic-applet = { path = "../applet" }
|
|
nix = "0.26.2"
|
|
chrono = { version = "0.4.23", features = ["clock"] }
|