[package] name = "vamp" version = "0.1.0" edition = "2021" description = "bash like shell" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.66" console = "0.15.2" dirs = "4.0.0" lazy_static = "1.4.0" regex = "1.7.0" [[bin]] name = "vamp"