libcosmic-yoda/examples/applet/Cargo.toml

19 lines
361 B
TOML
Raw Permalink Normal View History

[package]
name = "applet"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1"
rust-embed = "8.11.0"
tracing = "0.1"
env_logger = "0.10.2"
log = "0.4.29"
[dependencies.libcosmic]
2026-03-31 15:09:07 -04:00
path = "../../"
default-features = false
features = ["applet-token"]