Menu
akurai-tasks
publicLatest change 2c9c32aa6fc1bd2551a09c6a1fc1e71b2dd98c79 - feat: complete and deploy AkurAI Tasks by Ólafur Búi Ólafsson
[package]
name = "akurai-tasks"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Multi-project task and Kanban service"
[[bin]]
name = "akurai-tasks"
path = "src/main.rs"
[dependencies]
tasks-core = { path = "../tasks-core" }
tasks-api = { path = "../tasks-api" }
tasks-mcp = { path = "../tasks-mcp" }
akurai-http = { path = "../../../AkurAI-Framework/crates/http" }
akurai-json = { path = "../../../AkurAI-Framework/crates/json" }
sha2 = "0.10"