Files
yaak-mountain-loop/src-tauri/yaak_plugin_runtime/Cargo.toml
2024-12-03 09:28:27 -08:00

26 lines
572 B
TOML

[package]
name = "yaak_plugin_runtime"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
dunce = "1.0.4"
log = "0.4.21"
prost = "0.13.1"
rand = "0.8.5"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.113"
tauri = { workspace = true }
tauri-plugin-shell = { workspace = true }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "process"] }
tonic = "0.12.1"
ts-rs = "10.0.0"
thiserror = "1.0.63"
yaak_models = { workspace = true }
regex = "1.10.6"
path-slash = "0.2.1"
[build-dependencies]
tonic-build = "0.12.1"