chore: fix Task 1 scaffold quality issues

This commit is contained in:
KimiSwitch Dev
2026-07-06 17:26:04 +08:00
parent dd53e4fb20
commit a81efe4317
8 changed files with 36 additions and 9 deletions
+4
View File
@@ -20,6 +20,10 @@ thiserror = "1.0"
chrono = "0.4"
anyhow = "1.0"
[lib]
name = "kimiswitch_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]