chore: 清理配置文件冗余内容

- 移除多余的结尾符号并清理 Cargo.toml 文件中的冗余内容
- 移除 bun 工具的最新版本配置
This commit is contained in:
2026-01-16 20:53:05 +08:00
parent 55f0147bdd
commit c601f20a33
2 changed files with 0 additions and 2 deletions

View File

@@ -24,4 +24,3 @@ tauri-plugin-shell = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["net"] }