summaryrefslogtreecommitdiffstats
path: root/examples/system_information/Cargo.toml
blob: 55e00d59efe189fdce62e39b34b98bf777b7f295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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"