mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:41:18 +02:00
Move to workspace crate
This commit is contained in:
@@ -28,7 +28,8 @@ openssl-sys = { version = "0.9", features = ["vendored"] } # For Ubuntu installa
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
yaak_grpc = { path = "yaak_grpc" }
|
yaak_grpc = { path = "yaak_grpc" }
|
||||||
yaak_templates = { path = "yaak_templates" }
|
yaak_templates = { path = "yaak_templates" }
|
||||||
yaak_plugin_runtime = { path = "yaak_plugin_runtime" }
|
yaak_plugin_runtime = { workspace = true }
|
||||||
|
yaak_models = { workspace = true }
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
base64 = "0.22.0"
|
base64 = "0.22.0"
|
||||||
chrono = { version = "0.4.31", features = ["serde"] }
|
chrono = { version = "0.4.31", features = ["serde"] }
|
||||||
@@ -54,12 +55,12 @@ tauri-plugin-updater = "2.0.0-rc.0"
|
|||||||
tauri-plugin-window-state = "2.0.0-rc.0"
|
tauri-plugin-window-state = "2.0.0-rc.0"
|
||||||
tokio = { version = "1.36.0", features = ["sync"] }
|
tokio = { version = "1.36.0", features = ["sync"] }
|
||||||
tokio-stream = "0.1.15"
|
tokio-stream = "0.1.15"
|
||||||
yaak_models = {workspace = true}
|
|
||||||
uuid = "1.7.0"
|
uuid = "1.7.0"
|
||||||
thiserror = "1.0.61"
|
thiserror = "1.0.61"
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
yaak_models = { path = "yaak_models" }
|
yaak_models = { path = "yaak_models" }
|
||||||
|
yaak_plugin_runtime = { path = "yaak_plugin_runtime" }
|
||||||
tauri = { version = "2.0.0-rc.2", features = ["devtools", "protocol-asset"] }
|
tauri = { version = "2.0.0-rc.2", features = ["devtools", "protocol-asset"] }
|
||||||
tauri-plugin-shell = "2.0.0-rc.0"
|
tauri-plugin-shell = "2.0.0-rc.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user