2023-02-01 00:47:01 +01:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-settings-system"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2023-04-25 00:30:50 +02:00
|
|
|
license = "GPL-3.0-only"
|
2023-02-01 00:47:01 +01:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-02-14 01:48:26 +01:00
|
|
|
byte-unit = "5.1.6"
|
|
|
|
|
const_format = "0.2.34"
|
2023-02-01 00:47:01 +01:00
|
|
|
concat-in-place = "1.1.0"
|
2024-09-20 20:37:14 +02:00
|
|
|
sysinfo = "0.31.4"
|
2024-07-31 08:08:34 +02:00
|
|
|
memchr = "2.7.4"
|
2023-02-01 00:47:01 +01:00
|
|
|
|
|
|
|
|
[dependencies.bumpalo]
|
2025-02-14 01:48:26 +01:00
|
|
|
version = "3.17.0"
|
2023-02-01 00:47:01 +01:00
|
|
|
features = ["collections"]
|