diff options
| author | Fuwn <[email protected]> | 2021-06-07 03:17:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 03:17:02 -0700 |
| commit | da4c2b6389b6e851890875bc23b2caf40b9d49d5 (patch) | |
| tree | 1fdeb18e298b71bfc3c1ee49dd962fa5d0882384 /README.rst | |
| parent | style(readme): replace commas with hyphens (diff) | |
| download | whirl-da4c2b6389b6e851890875bc23b2caf40b9d49d5.tar.xz whirl-da4c2b6389b6e851890875bc23b2caf40b9d49d5.zip | |
style(global): replace double hyphens with long hyphens
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -85,17 +85,17 @@ Development Dependencies Required ~~~~~~~~ -- `Rust <https://www.rust-lang.org/>`_ -- the backbone of it all. -- `diesel\_cli <https://crates.io/crates/diesel_cli>`_ -- database migrations, setup, et cetera. -- `cargo-make <https://github.com/sagiegurari/cargo-make>`_ -- cross-platform +- `Rust <https://www.rust-lang.org/>`_ — the backbone of it all. +- `diesel\_cli <https://crates.io/crates/diesel_cli>`_ — database migrations, setup, et cetera. +- `cargo-make <https://github.com/sagiegurari/cargo-make>`_ — cross-platform `make <https://www.gnu.org/software/make/>`_ substitute. Optional ~~~~~~~~ -- `cargo-watch <https://crates.io/crates/cargo-watch>`_ -- recompilation on file-system changes. -- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_ -- SQL linting. -- `Valgrind <https://www.valgrind.org/>`_ -- benchmarking. +- `cargo-watch <https://crates.io/crates/cargo-watch>`_ — recompilation on file-system changes. +- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_ — SQL linting. +- `Valgrind <https://www.valgrind.org/>`_ — benchmarking. *These development dependencies (excluding sqlfluff) will automatically be satisfied if you are using the Nix shell configuration as provided.* |