feat: 添加 toml 依赖以支持配置文件解析
This commit is contained in:
@@ -27,4 +27,5 @@ tauri-plugin-dialog = "2"
|
|||||||
blake3 = { version = "1.8.3", features = ["serde", "digest", "pure"] }
|
blake3 = { version = "1.8.3", features = ["serde", "digest", "pure"] }
|
||||||
anyhow = "1.0.102"
|
anyhow = "1.0.102"
|
||||||
thiserror = "2.0.18"
|
thiserror = "2.0.18"
|
||||||
|
toml = "1.1.1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user