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"
2023-12-22 16:42:56 +01:00
const_format = "0.2.32"
concat-in-place = "1.1.0"
2024-01-18 16:02:32 +01:00
sysinfo = "0.30.5"
2023-12-22 16:42:56 +01:00
memchr = "2.7.1"
[dependencies.bumpalo]
2023-12-22 16:42:56 +01:00
version = "3.14.0"
features = ["collections"]