kanorg 0.3.1

Simple Kanban management in Rust
Documentation
[[bin]]
bench = false
name = "ko"
path = "src/main.rs"
test = false

[[test]]
name = "integration"
path = "tests/integration.rs"
required-features = ["integration"]
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "2.33.0"

[dependencies.home]
version = "0.5.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.terminal_size]
version = "0.1.16"

[dependencies.toml]
version = "0.5"
[dev-dependencies.fs_extra]
version = "1.2.0"

[dev-dependencies.tempfile]
version = "3.2.0"

[features]
integration = []

[package]
authors = ["lulivi <luislivilla at gmail dot com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
categories = ["command-line-utilities"]
default-run = "ko"
description = "Simple Kanban management in Rust"
edition = "2018"
homepage = "https://gitlab.com/lulivi/ko"
keywords = ["kanban", "organization"]
license = "MIT"
name = "kanorg"
readme = "README.md"
repository = "https://gitlab.com/lulivi/ko"
version = "0.3.1"
[profile.dev]
debug = 2
opt-level = 0

[profile.release]
debug = 0
opt-level = 3