Skip to content

Commit

Permalink
update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M-studen committed Feb 18, 2024
1 parent 25042c1 commit 756a42a
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 757 deletions.
61 changes: 0 additions & 61 deletions src-tauri/Cargo.lock

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

3 changes: 1 addition & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = [ "dialog-open", "updater", "shell-open"] }
tauri = { version = "1.5", features = [ "http-all", "fs-all", "dialog-open", "updater", "shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
surge-ping = "0.8.0"
tokio = { version = "1.21.2", features = ["full"] }
sysinfo = "0.30.5"
trust-dns-resolver = "0.20"

[features]
Expand Down
Loading

0 comments on commit 756a42a

Please sign in to comment.