Skip to content

Commit

Permalink
Add radicle, thiserror and ts-rs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Aug 13, 2024
1 parent 0000ead commit 6e18b00
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 5 deletions.
114 changes: 112 additions & 2 deletions src-tauri/Cargo.lock

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

9 changes: 6 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ crate-type = ["staticlib", "cdylib", "lib"]
tauri-build = { version = "2.0.0-rc.0", features = ["isolation"] }

[dependencies]
serde_json = "1.0"
radicle = { version = "0.12.0" }
radicle-surf = { version = "0.21.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
tauri = { version = "2.0.0-rc.0", features = ["isolation"] }
tauri-plugin-shell = "2.0.0-rc.0"
radicle = "0.12.0"
tauri-plugin-shell = { version = "2.0.0-rc.0" }
thiserror = { version = "1.0.63" }
ts-rs = { version = "9.0.1", features = ["serde-json-impl"] }

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit 6e18b00

Please sign in to comment.