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]
|
2024-01-29 20:14:57 +01:00
|
|
|
byte-unit = "5.1.4"
|
2023-12-22 16:42:56 +01:00
|
|
|
const_format = "0.2.32"
|
2023-02-01 00:47:01 +01:00
|
|
|
concat-in-place = "1.1.0"
|
2024-08-21 03:07:16 +02:00
|
|
|
sysinfo = "0.31.2"
|
2024-07-31 08:08:34 +02:00
|
|
|
memchr = "2.7.4"
|
2023-02-01 00:47:01 +01:00
|
|
|
|
|
|
|
|
[dependencies.bumpalo]
|
2024-07-31 08:08:34 +02:00
|
|
|
version = "3.16.0"
|
2023-02-01 00:47:01 +01:00
|
|
|
features = ["collections"]
|