cosmic-applets/applet/Cargo.toml

13 lines
454 B
TOML
Raw Normal View History

[package]
name = "cosmic-applet"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-06-15 15:03:06 -04:00
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["tokio", "wayland"] }
ron = { version = "0.8" }
serde = { version = "1.0" }
2023-06-15 15:03:06 -04:00
cosmic-panel-config = { git = "https://github.com/pop-os/cosmic-panel" }
2023-06-09 16:10:20 -04:00
log = { version = "0.4" }