AkurAI Build
Menu

akurai-tasks

public

Latest change 47a26ff6f944da0397c2d5504633f1f2da8c2a56 - logging: adopt akurai-log standard 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]
akurai-log = { git = "https://akurai-build.olibuijr.com/git/akurai-log.git" }
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"