2023-09-17 17:35:50 -07:00
|
|
|
[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"
|
2026-01-14 18:46:53 +01:00
|
|
|
rust-embed = "8.11.0"
|
2023-09-17 17:35:50 -07:00
|
|
|
tracing = "0.1"
|
2025-03-19 20:29:11 +01:00
|
|
|
env_logger = "0.10.2"
|
2026-01-14 18:46:53 +01:00
|
|
|
log = "0.4.29"
|
2023-09-17 17:35:50 -07:00
|
|
|
|
|
|
|
|
[dependencies.libcosmic]
|
2026-03-31 15:09:07 -04:00
|
|
|
path = "../../"
|
2023-09-17 17:35:50 -07:00
|
|
|
default-features = false
|
2024-10-18 10:59:25 -04:00
|
|
|
features = ["applet-token"]
|