feat: 添加一些实用的扩展方法

This commit is contained in:
lanyeeee
2025-07-10 05:52:04 +08:00
parent acd7b2902e
commit 1235ce1657
4 changed files with 24 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ specta = { version = "=2.0.0-rc.20", features = ["serde_json"] }
tauri-specta = { version = "=2.0.0-rc.20", features = ["derive", "typescript"] }
specta-typescript = { version = "=0.0.7" }
anyhow = { version = "1.0.98" }
[profile.release]
strip = true
lto = true