extract shared yaak send flow and wire CLI

This commit is contained in:
Gregory Schier
2026-02-16 13:57:27 -08:00
parent 9856383566
commit 7cd47ae811
15 changed files with 665 additions and 299 deletions

15
Cargo.lock generated
View File

@@ -8239,6 +8239,19 @@ dependencies = [
"rustix 1.0.7",
]
[[package]]
name = "yaak"
version = "0.1.0"
dependencies = [
"log 0.4.29",
"serde_json",
"thiserror 2.0.17",
"tokio",
"yaak-http",
"yaak-models",
"yaak-templates",
]
[[package]]
name = "yaak-api"
version = "0.1.0"
@@ -8290,6 +8303,7 @@ dependencies = [
"ts-rs",
"url",
"uuid",
"yaak",
"yaak-api",
"yaak-common",
"yaak-core",
@@ -8324,6 +8338,7 @@ dependencies = [
"serde_json",
"tempfile",
"tokio",
"yaak",
"yaak-crypto",
"yaak-http",
"yaak-models",