iced/examples/system_information/Cargo.toml
2022-04-30 13:37:57 +02:00

10 lines
237 B
TOML

[package]
name = "system_information"
version = "0.1.0"
authors = ["Richard <richardsoncusto@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["system"] }
bytesize = { version = "1.1.0" }