aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/Cargo.toml')
-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 54a0d3d..0091ed4 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -13,6 +13,7 @@ reqwest = { version = "0.13.1", features = ["json", "blocking"] }
serde_json = "1.0.149"
tauri = { version = "2.0.0", features = [] }
tauri-plugin-shell = "2.0.0"
+uuid = { version = "1.10.0", features = ["v3", "v4", "serde"] }
[build-dependencies]
tauri-build = { version = "2.0.0", features = [] }