implemented model, service and dto for countdown. TODO: calculate

start_epoch_ms and target_epoch_ms
This commit is contained in:
2026-02-20 22:37:39 +01:00
parent 42b15a5966
commit 8517e073ba
8 changed files with 309 additions and 51 deletions

View File

@@ -1,3 +1,5 @@
mod countdown;
// Learn more about Tauri commands at https://tauri.app/develop/calling-rust/
#[tauri::command]
fn greet(name: &str) -> String {