btl 0.3.0

Simple shell scripting in rust. Github Repo: https://github.com/znx3p0/btlsh
Documentation
[dependencies.tokio]
features = ["process"]
optional = true
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = []
tokio_shell = ["tokio"]

[package]
authors = ["Jose Salazar <znx3p0@gmail.com>"]
description = """
Simple shell scripting in rust.
Github Repo: https://github.com/znx3p0/btlsh
"""
documentation = "https://docs.rs/btl/"
edition = "2018"
license = "MIT"
name = "btl"
repository = "https://github.com/znx3p0/btlsh"
version = "0.3.0"