Add yaak-actions-builtin crate and integrate with CLI

This commit is contained in:
Gregory Schier
2026-02-01 09:01:37 -08:00
parent 50b0e23d53
commit 986143c4ae
9 changed files with 511 additions and 174 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "yaak-actions-builtin"
version = "0.1.0"
edition = "2024"
authors = ["Gregory Schier"]
publish = false
[dependencies]
yaak-actions = { workspace = true }
yaak-http = { workspace = true }
yaak-models = { workspace = true }
yaak-templates = { workspace = true }
yaak-plugins = { workspace = true }
yaak-crypto = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["sync", "rt-multi-thread"] }
log = { workspace = true }