Skip to content

Commit

Permalink
Support multiple service types
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Sep 22, 2023
1 parent 2faa992 commit 43e088c
Show file tree
Hide file tree
Showing 23 changed files with 829 additions and 253 deletions.
62 changes: 55 additions & 7 deletions src-tauri/Cargo.lock

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

5 changes: 5 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

[dependencies]
serde_json = "1.0"
dirs = "5.0.1"

[dependencies.tokio]
features = ["process"]
version = "1.32.0"

[dependencies.reqwest]
features = ["json", "blocking"]
Expand Down
Loading

0 comments on commit 43e088c

Please sign in to comment.