tab-command 0.5.0

the cli command module for the tab terminal multiplexer
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "2.33.2"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.17"

[dependencies.dirs]
version = "3.0"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.lifeline]
version = "0.4.0"

[dependencies.log]
version = "0.4"

[dependencies.semver]
version = "0.11"

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

[dependencies.serde_yaml]
version = "0.8"

[dependencies.simplelog]
version = "0.8"

[dependencies.tab-api]
version = "0.5.0"

[dependencies.tab-websocket]
version = "0.5.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["time", "fs", "io-std", "io-util", "process", "blocking", "macros", "rt-threaded"]
version = "0.2"

[dependencies.typed-builder]
version = "0.7"
[dev-dependencies.maplit]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.tokio-test]
version = "0.2"

[package]
authors = ["Austin Jones <implAustin@gmail.com>"]
description = "the cli command module for the tab terminal multiplexer"
edition = "2018"
homepage = "https://github.com/austinjones/tab-rs"
license = "MIT"
name = "tab-command"
repository = "https://github.com/austinjones/tab-rs"
version = "0.5.0"