diff options
| author | 2026-01-18 12:06:24 +0800 | |
|---|---|---|
| committer | 2026-01-18 12:06:24 +0800 | |
| commit | 6d82ab2275130f3bafdb7ec664297eb700321526 (patch) | |
| tree | bb5540f763dc0061877c9d9ac53747d79193eecc /src-tauri/Cargo.toml | |
| parent | 52619e6bab73a37487d00d2d320a01fbf31cdcb4 (diff) | |
| download | DropOut-6d82ab2275130f3bafdb7ec664297eb700321526.tar.gz DropOut-6d82ab2275130f3bafdb7ec664297eb700321526.zip | |
chore: add regex dependency version 1.12.2 to Cargo.toml
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 1 |
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 = [] } |