Add yaak-actions-builtin crate and integrate with CLI

This commit is contained in:
Gregory Schier
2026-02-01 08:59:35 -08:00
parent 50b0e23d53
commit 986143c4ae
9 changed files with 511 additions and 174 deletions
+2
View File
@@ -15,6 +15,8 @@ env_logger = "0.11"
log = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
yaak-actions = { workspace = true }
yaak-actions-builtin = { workspace = true }
yaak-crypto = { workspace = true }
yaak-http = { workspace = true }
yaak-models = { workspace = true }