cargo-bash 0.1.0

Use bash in cargo aliases.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Alec Mocatta <alec@mocatta.net>"]
categories = ["development-tools"]
description = "Use bash in cargo aliases.\n"
documentation = "https://docs.rs/cargo-bash"
edition = "2021"
homepage = "https://github.com/alecmocatta/cargo-bash"
keywords = ["bash", "sh", "exec", "call", "alias"]
license = "MIT OR Apache-2.0"
name = "cargo-bash"
readme = "README.md"
repository = "https://github.com/alecmocatta/cargo-bash"
version = "0.1.0"