From ae73b560225f1ebfb5bf2577b33a31c614cff9e6 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Wed, 1 Apr 2026 21:47:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20toml=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E4=BB=A5=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1a7290a..99aa80f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"