iced-yoda/examples/system_information/Cargo.toml

10 lines
213 B
TOML
Raw Normal View History

2022-03-10 03:02:17 -03:00
[package]
name = "system_information"
version = "0.1.0"
authors = ["Richard <richardsoncusto@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
2022-04-27 16:18:27 -03:00
iced = { path = "../.." }
2022-03-10 03:02:17 -03:00
bytesize = { version = "1.1.0" }