cosmic-settings/page/Cargo.toml
Vukašin Vojinović a0f7b31d89 chore(appearance): disable wrapping for style text
Also updates all workspace members to Rust 2024, removes `once_cell` and updates dependencies.
2025-07-31 17:23:10 +02:00

14 lines
259 B
TOML

[package]
name = "cosmic-settings-page"
version = "0.1.0"
edition = "2024"
[dependencies]
derive_setters = "0.1.8"
regex = "1.11.1"
slotmap = "1.0.7"
libcosmic = { workspace = true }
downcast-rs = "2.0.1"
tokio.workspace = true
url = "2.5.4"
slab = "0.4.10"