Skip to content

Commit

Permalink
feat: impl Coco server related APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Jan 25, 2025
1 parent 9c164e1 commit 612e336
Show file tree
Hide file tree
Showing 5 changed files with 724 additions and 11 deletions.
210 changes: 202 additions & 8 deletions src-tauri/Cargo.lock

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

3 changes: 3 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ tauri-plugin-oauth = { git = "https://github.com/FabianLars/tauri-plugin-oauth",
tauri-plugin-deep-link = "2.0.0"
tauri-plugin-single-instance = "2.0.0"
tauri-plugin-store = "2.2.0"
reqwest = "0.12.12"
futures = "0.3.31"
ordered-float = { version = "4.6.0", default-features = false }

# tauri-nspanel = { git = "https://github.com/ahkohd/tauri-nspanel", branch = "v2" }

Expand Down
Loading

0 comments on commit 612e336

Please sign in to comment.