refactor send callers to shared plugin runtime helper

This commit is contained in:
Gregory Schier
2026-02-16 15:09:06 -08:00
parent 7cd47ae811
commit 603ae0650d
5 changed files with 650 additions and 647 deletions

5
Cargo.lock generated
View File

@@ -8243,13 +8243,18 @@ dependencies = [
name = "yaak"
version = "0.1.0"
dependencies = [
"async-trait",
"log 0.4.29",
"md5 0.8.0",
"serde_json",
"thiserror 2.0.17",
"tokio",
"yaak-crypto",
"yaak-http",
"yaak-models",
"yaak-plugins",
"yaak-templates",
"yaak-tls",
]
[[package]]