feat: 添加 toml 依赖以支持配置文件解析

This commit is contained in:
Vixalie
2026-04-01 21:47:46 +08:00
parent ad9fc9aa7a
commit ae73b56022

View File

@@ -27,4 +27,5 @@ tauri-plugin-dialog = "2"
blake3 = { version = "1.8.3", features = ["serde", "digest", "pure"] }
anyhow = "1.0.102"
thiserror = "2.0.18"
toml = "1.1.1"