hardware_toolkit/Cargo.toml
z_lenovo 21353af9e4 draw some ui
这个ui框架是真tm难用,但是界面也是真的挺好看,省去了后期美化的过程,就当吃屎了吧
2025-06-23 21:52:45 +08:00

32 lines
626 B
TOML

[package]
name = "hardware_toolkit"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = { git = "https://github.com/iced-rs/iced.git", features = [
"debug",
"advanced",
"image",
] }
tokio = { version = "1.45.1", features = ["full"] }
reqwest = "0.12.20"
tracing-subscriber = { version = "0.3.19", features = [
"chrono",
"env-filter",
"json",
"once_cell",
"regex",
"serde",
"serde_json",
"time",
"tracing",
] }
utfx = "0.1.0"
registry = "1.3.0"
anyhow = { version = "1.0.98", features = ["backtrace"] }
log = "0.4.27"
env_logger = "0.11.8"
iced_fonts = { version = "0.2.1", features = ["full"] }