tsk-bin 0.1.0

tsk — work with a clear context
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tsk-bin"
version = "0.1.0"
edition = "2021"
description = "tsk — work with a clear context"
homepage = "https://github.com/jimbarritt/tsk"
repository = "https://github.com/jimbarritt/tsk"
license = "MIT"
keywords = ["task", "project", "flow", "agent", "mcp"]
categories = ["command-line-utilities", "development-tools"]

[[bin]]
name = "tsk"
path = "src/main.rs"