rhiz 0.5.0

A deliberately minimal task runner.
Documentation
[[bin]]
doc = false
name = "rhiz"
path = "src/bin/main.rs"
required-features = ["glob"]
test = true
[badges.maintenance]
status = "experimental"
[dependencies.glob]
optional = true
version = "^0.2"

[dependencies.pest]
version = "^2.0"

[dependencies.pest_derive]
version = "^2.0"

[dependencies.rayon]
version = "1.0"

[features]
default = ["glob"]

[package]
authors = ["Nat Knight <nathaniel.ep@gmail.com>", "Dorian Scheidt <dorian.scheidt@gmail.com>"]
categories = ["command-line-utilities", "development-tools::build-utils"]
description = "A deliberately minimal task runner."
documentation = "https://bitbucket.org/nathanielknight/rhiz/"
edition = "2018"
exclude = ["Rhizfile"]
homepage = "https://bitbucket.org/nathanielknight/rhiz/"
keywords = ["tool", "task", "windows", "linux"]
license = "AGPL-3.0-or-later"
name = "rhiz"
readme = "README.md"
repository = "https://bitbucket.org/nathanielknight/rhiz/"
version = "0.5.0"