2023-04-25 00:30:50 +02:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-settings-page"
|
|
|
|
|
version = "0.1.0"
|
2025-03-21 14:15:34 -04:00
|
|
|
edition = "2024"
|
2023-04-25 00:30:50 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-05-30 21:49:15 +02:00
|
|
|
derive_setters = "0.1.6"
|
2025-02-14 01:48:26 +01:00
|
|
|
regex = "1.11.1"
|
2023-12-22 16:42:56 +01:00
|
|
|
slotmap = "1.0.7"
|
2023-04-25 00:30:50 +02:00
|
|
|
libcosmic = { workspace = true }
|
2024-07-31 08:08:34 +02:00
|
|
|
downcast-rs = "1.2.1"
|
2024-05-08 12:59:35 +02:00
|
|
|
tokio.workspace = true
|
2025-02-14 01:48:26 +01:00
|
|
|
url = "2.5.4"
|
2024-06-06 15:52:21 +02:00
|
|
|
slab = "0.4.9"
|