下载逻辑完成, ui通知逻辑完成,

This commit is contained in:
JIe
2024-12-10 18:03:31 +08:00
parent b39853af95
commit 7f059c7782
5 changed files with 1811 additions and 80 deletions

View File

@@ -4,10 +4,18 @@ version = "0.1.0"
edition = "2021"
[dependencies]
iced = "0.13.1"
iced = {version = "0.13.1", features = ["tokio", "debug"]}
anyhow = "1.0.91"
serde = {version = "1.0.213", features = ["derive"]}
serde_json = "1.0.132"
mysql = "25.0.1"
chrono="0.4.38"
tokio = { version = "1.42", features = ["full"] }
log = "0.4.22"
lazy_static = "1.5.0"
time = "0.3.37"
crossbeam = "0.8"
[package.metadata.windows]
link-args=["/SUBSYSTEM:WINDOWS"]