From 80044249e1e57dabec2819fb806451f9f4781700 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Thu, 15 Nov 2018 14:56:53 -0600 Subject: [PATCH] plug tinyrick add tinyrick build tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca97570..418cc41 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [artifact](https://github.com/vitiral/artifact) — the design doc tool made for developers [![Build Status](https://api.travis-ci.org/vitiral/artifact.svg?branch=master)](https://travis-ci.org/vitiral/artifact) * [semantic-rs](https://github.com/semantic-rs/semantic-rs) — automatic crate publishing [](https://travis-ci.org/semantic-rs/semantic-rs) * [fw](https://github.com/brocode/fw) — workspace productivity booster [](https://travis-ci.org/brocode/fw) +* [tinyrick](https://github.com/mcandre/tinyrick) a basic task dependency tool emphasizing Rust functions over raw shell commands. ### Build system