cosmic-settings/pages/system/Cargo.toml

19 lines
392 B
TOML
Raw Normal View History

[package]
name = "cosmic-settings-system"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byte-unit = "5.1.4"
2024-09-20 20:37:14 +02:00
const_format = "0.2.33"
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"
[dependencies.bumpalo]
2024-07-31 08:08:34 +02:00
version = "3.16.0"
features = ["collections"]