tsk-bin 0.1.4

tsk — work with a clear context
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tsk-bin"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tsk — work with a clear context"
homepage = "https://github.com/jimbarritt/tsk"
readme = false
keywords = [
    "task",
    "project",
    "flow",
    "agent",
    "mcp",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/jimbarritt/tsk"

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.28"

[dependencies.serde_json]
version = "1"

[dependencies.tsk-core]
version = "0.1.4"