diff options
| author | Fuwn <[email protected]> | 2021-05-10 20:37:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 20:37:50 +0000 |
| commit | ae4e9fc3ab54a1538906b3bc71f7873f97028e9f (patch) | |
| tree | 0324b637b5bf8eac6c85f1495f7e0cb60afc24da | |
| parent | build(nix): add dev dependencies to nix shell build inputs (diff) | |
| download | whirl-ae4e9fc3ab54a1538906b3bc71f7873f97028e9f.tar.xz whirl-ae4e9fc3ab54a1538906b3bc71f7873f97028e9f.zip | |
fix(readme): fix dev dependecies
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,9 +43,10 @@ Use in production environments is not recommended as this project is a work-in-p ## Contributing Please reference the [contribution guidelines](./CONTRIBUTING.md) of this repository. -## Prerequisites +## Development Dependencies ### Required - [diesel_cli](https://crates.io/crates/diesel_cli) +- [cargo-make](https://github.com/sagiegurari/cargo-make) ### Optional - [cargo-watch](https://crates.io/crates/cargo-watch) |