Skip to content

Commit

Permalink
#115 Fix create backup
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-git committed Apr 10, 2024
1 parent 1f1f619 commit d60fb58
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 196 deletions.
79 changes: 0 additions & 79 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.1", features = [] }
[dependencies]
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }
tauri = { version = "1.5.4", features = ["dialog", "shell-open-api", "http-api"] }
tauri = { version = "1.5.4", features = ["shell-open-api", "http-api"] }
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-aptabase = "0.4.2"
Expand Down
Loading

0 comments on commit d60fb58

Please sign in to comment.