taiga-plugin-api 0.1.0

Plugin API for Taiga task manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "taiga-plugin-api"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Plugin API for Taiga task manager"
repository = "https://github.com/honyoP/taiginator"
readme = "../README.md"
keywords = ["task", "todo", "plugin", "cli"]
categories = ["command-line-utilities"]

[dependencies]
thiserror = "1.0"
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.49", features = ["process", "io-util", "full"] }
interprocess = { version = "2.2", features = ["tokio"] }