summary refs log tree commit diff
path: root/app/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Cargo.toml')
-rw-r--r--app/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Cargo.toml b/app/Cargo.toml
index f11ae44..31bce47 100644
--- a/app/Cargo.toml
+++ b/app/Cargo.toml
@@ -20,3 +20,4 @@ tauri-plugin-deep-link = "2"
 tauri-plugin-single-instance = {version = "2", features = ["deep-link"] }
 tokio = "1.43.0"
 url = "2.5.4"
+uuid = {version="1.13.1", features= ["v4"] }