summaryrefslogtreecommitdiffstats
path: root/examples/system_information/Cargo.toml
blob: d3d7618225b0573bdf168498975442f1124aa47b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "system_information"
version = "0.1.0"
authors = ["Richard <richardsoncusto@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["sysinfo"] }
bytesize = { version = "1.1.0" }