diff options
| author | Fuwn <[email protected]> | 2021-06-07 03:17:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 03:17:02 +0000 |
| commit | e2faadff9311fa299680e4d2152755ca576b080c (patch) | |
| tree | 36718942b682b1c67bfeb8cbf2bef29ce3a4b9fb /README.rst | |
| parent | style(readme): replace commas with hyphens (diff) | |
| download | whirl-e2faadff9311fa299680e4d2152755ca576b080c.tar.xz whirl-e2faadff9311fa299680e4d2152755ca576b080c.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.* |