[[bin]]
name = "kanban"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.kanban-core]
version = "0.1.0"
[dependencies.kanban-domain]
version = "0.1.0"
[dependencies.kanban-tui]
version = "0.1.0"
[dependencies.tokio]
features = ["full"]
version = "1.42"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[package]
authors = ["Max Emil Blomstervall"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Command-line interface for the kanban project management tool"
edition = "2021"
homepage = "https://github.com/fulsomenko/kanban"
keywords = ["kanban", "cli", "terminal", "project-management", "productivity"]
license = "Apache-2.0"
name = "kanban-cli"
readme = "README.md"
repository = "https://github.com/fulsomenko/kanban"
version = "0.1.5"