cosmic-weather-applet/Cargo.toml

25 lines
646 B
TOML

[package]
name = "cosmic-weather-applet"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Weather applet for COSMIC"
repository = "https://git.lerch.org/lobo/cosmic-weather-applet"
[dependencies]
# For weather refresh timing
futures-util = "0.3.31"
tokio = { version = "1.48.0", features = ["full"] }
# Localization
i18n-embed = { version = "0.16", features = [ ] }
i18n-embed-fl = "0.10"
rust-embed = "8.8.0"
# Web requests for weather
reqwest = { version = "0.13.1", features = [] }
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["applet", "tokio", "wayland"]