cargo-brew 0.1.4

A cargo install wrapper to automatically install binaries into Homebrew.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cargo-brew"
version = "0.1.4"
authors = ["Sean Marshallsay <srm.1708@gmail.com>"]

description = "A cargo install wrapper to automatically install binaries into Homebrew."
keywords = ["cargo", "install", "homebrew", "brew"]
readme = "README.md"

homepage = "https://github.com/Sean1708/cargo-brew"
repository = "https://github.com/Sean1708/cargo-brew.git"

license = "MIT"

[dependencies]
rand = "0.3"
regex = "0.1"
userror = "0.1"