Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新功能:ai 一键生成描述 #47

Merged
merged 14 commits into from
Feb 21, 2025
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ edition = "2021"
egui = "0.29.1"
eframe = "0.29.1"
dirs-next = "2.0"
tokio = { version = "1.42.0", features = ["full"] }
walkdir = "2.4"
tokio = { version = "1.42.0", features = ["full"] }
log = "0.4"
simplelog = "0.12"
sha2 = "0.10"
native-dialog = "0.7.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_yaml = "0.9.34+deprecated"
reqwest = { version = "0.11", features = ["json"] }
Loading