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