aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-18 12:06:24 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-18 12:06:24 +0800
commit6d82ab2275130f3bafdb7ec664297eb700321526 (patch)
treebb5540f763dc0061877c9d9ac53747d79193eecc /src-tauri
parent52619e6bab73a37487d00d2d320a01fbf31cdcb4 (diff)
downloadDropOut-6d82ab2275130f3bafdb7ec664297eb700321526.tar.gz
DropOut-6d82ab2275130f3bafdb7ec664297eb700321526.zip
chore: add regex dependency version 1.12.2 to Cargo.toml
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index e6a8967..ecd0beb 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -31,6 +31,7 @@ tauri-plugin-dialog = "2.6.0"
tauri-plugin-fs = "2.4.5"
bytes = "1.11.0"
chrono = "0.4"
+regex = "1.12.2"
[build-dependencies]
tauri-build = { version = "2.0", features = [] }