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]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["system"]
|
|
|
|
|
|
|
|
|
|
bytesize = "1.1"
|