iced/examples/system_information/Cargo.toml
2025-02-21 01:37:14 +01:00

12 lines
222 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 = ["system"]
bytesize = "1.1"