chore: Add auto-reload with cargo-watch

This commit is contained in:
Florian Briand 2024-07-03 17:41:18 +02:00
parent 4bf97f0b95
commit 12973bc840
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B

View File

@ -1,3 +1,17 @@
# Krys4lide
Logiciel de pharmacie
## Development
### Prerequisites
```shell
cargo install cargo-watch
```
### Run
```shell
cargo watch -x run
```