diff options
| author | Solstice <solstice@local> | 2026-06-09 00:17:02 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 00:17:02 -0700 |
| commit | 25e1dcf205cd14feafdd9b4cf6b7a66f253ba6d2 (patch) | |
| tree | dbb093278df115040a67791367711f06e57d3d3a /src-tauri/Cargo.toml | |
| parent | 72626524c4a1c7d6642bc170520913273acb1a5c (diff) | |
fix: backend code review — atomic writes, lock ordering, validation
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 149d8bd..ed8d164 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "tauri-app" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "Minimalist Pomodoro timer with ambient soundscapes" +authors = ["Tyler Hoang"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
