[package] name = "unsh" version = "0.1.0" authors = ["Josh Kuhn "] edition = "2018" repository = "https://github.com/deontologician/unsh" license = "MIT" readme = "README.md" description = "Unsh, the un-shell. It just executes commands" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] lto = true [dependencies] rustyline = "8.1.0" anyhow = "1.0.40" shlex = "1.0.0" nom = {version = "6.1.2", features = ["regexp"] }