Write more code in Rust

This commit is contained in:
2026-01-12 02:31:25 +09:00
parent c8c90f0641
commit 0b36c2a8a3
3 changed files with 947 additions and 7 deletions

View File

@@ -24,4 +24,6 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = "0.4.42"
tauri-plugin-log = "2"
uuid = { version = "1", features = ["v4"] }
dirs = "5"
log = "0.4"