mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
28 lines
726 B
TOML
28 lines
726 B
TOML
[package]
|
|
name = "yaak-plugins"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
dunce = "1.0.4"
|
|
futures-util = "0.3.30"
|
|
log = "0.4.21"
|
|
md5 = "0.7.0"
|
|
path-slash = "0.2.1"
|
|
rand = "0.9.0"
|
|
regex = "1.10.6"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
tauri = { workspace = true }
|
|
tauri-plugin-shell = { workspace = true }
|
|
thiserror = "2.0.7"
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process"] }
|
|
tokio-tungstenite = "0.26.1"
|
|
ts-rs = { workspace = true, features = ["import-esm"] }
|
|
yaak-models = { workspace = true }
|
|
yaak-templates = { workspace = true }
|
|
yaak-crypto = { workspace = true }
|
|
yaak-common = { workspace = true }
|
|
base64 = "0.22.1"
|