[[bin]]
name = "rush"
path = "src/main.rs"
[dependencies.atty]
version = "^0"
[dependencies.structopt]
version = "^0"
[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
categories = ["command-line-utilities"]
default-run = "rush"
description = "Rush CLI shell"
edition = "2018"
exclude = [".github/**", ".vscode/**", "rush-logo.svg"]
keywords = ["shell", "objects", "script", "command", "interpreter"]
license = "Unlicense"
name = "rush-shell"
repository = "https://github.com/jhg/rush/"
version = "0.1.1"