From 72626524c4a1c7d6642bc170520913273acb1a5c Mon Sep 17 00:00:00 2001 From: Solstice Date: Tue, 9 Jun 2026 00:13:03 -0700 Subject: feat: backend timer logic and data persistence --- src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-tauri/Cargo.toml') 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"] } -- cgit v1.3-2-g0d8e