iced-yoda/examples/system_information/Cargo.toml
2025-09-08 14:32:24 +02:00

12 lines
223 B
TOML

[package]
name = "system_information"
version = "0.1.0"
authors = ["Richard <richardsoncusto@gmail.com>"]
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["sysinfo"]
bytesize = "1.1"