From dfc03ce782eff14e053625241250894327e3c217 Mon Sep 17 00:00:00 2001 From: Varun Potti Date: Sun, 24 Apr 2022 03:16:19 -0700 Subject: [PATCH] fix: markdown error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcb9195..f238de8 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [synth](https://github.com/getsynth/synth) — A declarative data generation engine. ### Build system + * [Fleet](https://github.com/dimensionhq/fleet) [[fleet-rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust. * [Cargo](https://crates.io/) — the Rust package manager * [cargo-all-features](https://github.com/frewsxcv/cargo-all-features) - A configurable subcommand to simplify testing, building and much more for all combinations of features [![CI](https://github.com/frewsxcv/cargo-all-features/actions/workflows/ci.yml/badge.svg)](https://github.com/frewsxcv/cargo-all-features/actions/workflows/ci.yml)