devloop 0.1.1

A tool to help with repetitive commands during development.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "devloop"
version = "0.1.1"
authors = ["Amit Gold <amit.gold00@gmail.com>"]
description = "A tool to help with repetitive commands during development."
repository = "https://www.github.com/SuperCuber/devloop"
readme = "README.md"
keywords = ["devloop", "development", "repetitive"]
categories = ["command-line-utilities"]
license = "WTFPL"

[dependencies]
clap = "2.*"
yaml-rust = "0.3.*"
log = "0.3.*"
env_logger = "0.4.*"
colored = "1.5.*"