diff options
| author | Fuwn <[email protected]> | 2021-05-03 14:17:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 14:17:50 -0700 |
| commit | d6c8dfd2fc0547305924ad50b160beef776e832e (patch) | |
| tree | d17d29b26a585a50b0d104bb518bd43aa85a0da4 | |
| parent | chore(git): finally implement commit message linting (diff) | |
| download | whirl-d6c8dfd2fc0547305924ad50b160beef776e832e.tar.xz whirl-d6c8dfd2fc0547305924ad50b160beef776e832e.zip | |
docs(readme): add development prerequisites
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -43,5 +43,12 @@ 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 +### Required +- [sqlx-cli](https://crates.io/crates/sqlx-cli) + +### Optional +- [cargo-watch](https://crates.io/crates/cargo-watch) + ### License [GNU General Public License v3.0](./LICENSE) |