cosmic-applets/cosmic-app-list/cosmic-app-list-config/Cargo.toml

11 lines
270 B
TOML
Raw Normal View History

[package]
name = "cosmic-app-list-config"
version = "0.1.0"
2025-08-12 21:38:51 +02:00
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcosmic.workspace = true
serde = { workspace = true, features = ["derive"] }