refactor: use anyhow to handle error

This commit is contained in:
GyDi
2022-02-28 01:34:25 +08:00
parent 565851b113
commit 38778c8cac
9 changed files with 224 additions and 193 deletions

1
src-tauri/Cargo.lock generated
View File

@@ -454,6 +454,7 @@ dependencies = [
name = "clash-verge"
version = "0.1.0"
dependencies = [
"anyhow",
"auto-launch",
"chrono",
"dirs",