chore: Add auto-reload with cargo-watch

This commit is contained in:
2024-07-03 17:41:18 +02:00
parent 4bf97f0b95
commit 12973bc840

View File

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