Changes for commercial use (#138)

This commit is contained in:
Gregory Schier
2024-12-03 09:28:27 -08:00
committed by GitHub
parent 2b076c90e4
commit 88bcfb9e66
49 changed files with 1072 additions and 96 deletions

44
src-tauri/Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@@ -964,16 +964,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "command-group"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a68fa787550392a9d58f44c21a3022cfb3ea3e2458b7f85d3b399d0ceeccf409"
dependencies = [
"nix",
"winapi",
]
[[package]]
name = "concurrent-queue"
version = "2.5.0"
@@ -6197,9 +6187,9 @@ dependencies = [
[[package]]
name = "tauri-plugin"
version = "2.0.1"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2e6660a409963e4d57b9bfab4addd141eeff41bd3a7fb14e13004a832cf7ef6"
checksum = "e753f2a30933a9bbf0a202fa47d7cc4a3401f06e8d6dcc53b79aa62954828c79"
dependencies = [
"anyhow",
"glob",
@@ -6373,6 +6363,22 @@ dependencies = [
"thiserror 1.0.63",
]
[[package]]
name = "tauri-plugin-yaak-license"
version = "0.1.0"
dependencies = [
"chrono",
"log",
"reqwest",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.3",
"ts-rs",
"yaak_models",
]
[[package]]
name = "tauri-runtime"
version = "2.2.0"
@@ -6785,9 +6791,9 @@ dependencies = [
[[package]]
name = "tonic"
version = "0.12.3"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401"
dependencies = [
"async-stream",
"async-trait",
@@ -7991,6 +7997,7 @@ dependencies = [
"tauri-plugin-shell",
"tauri-plugin-updater",
"tauri-plugin-window-state",
"tauri-plugin-yaak-license",
"tokio",
"tokio-stream",
"urlencoding",
@@ -8051,22 +8058,19 @@ dependencies = [
name = "yaak_plugin_runtime"
version = "0.1.0"
dependencies = [
"anyhow",
"command-group",
"dunce",
"log",
"path-slash",
"prost 0.13.3",
"rand 0.8.5",
"regex",
"reqwest",
"serde",
"serde_json",
"tauri",
"tauri-plugin-shell",
"thiserror 1.0.63",
"tokio",
"tonic 0.12.3",
"tonic 0.12.1",
"tonic-build",
"ts-rs",
"yaak_models",
@@ -8077,7 +8081,6 @@ name = "yaak_sse"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"ts-rs",
]
@@ -8087,7 +8090,6 @@ version = "0.1.0"
dependencies = [
"log",
"serde",
"serde_json",
"tokio",
"ts-rs",
]