[package] name = "msh" version = "0.1.1" edition = "2021" description = "a simple, fast, and powerful shell for *nix compatible systems" license-file = "LICENSE" keywords = ["shell", "unix", "cli"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] execute = "0.2.11" colored = "2.0.0" nix = "0.26.1" whoami = "1.2.3" serde = "1.0.151" serde_derive = "1.0.151" toml = "0.5.10"