summaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorSolstice <solstice@local>2026-06-09 00:13:03 -0700
committerSolstice <solstice@local>2026-06-09 00:13:03 -0700
commit72626524c4a1c7d6642bc170520913273acb1a5c (patch)
treedeeaa45248c6c80f373c2d956cc51e0a4dc7f2cf /src-tauri/Cargo.toml
parent8cf1686e9e9ed20a1c256ccf9e510f4293aa1cf3 (diff)
feat: backend timer logic and data persistence
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 6875383..149d8bd 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -22,4 +22,6 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
+uuid = { version = "1", features = ["v4"] }
+chrono = { version = "0.4", features = ["serde"] }