refactor: convert to cargo workspace setup

This commit is contained in:
rzmk 2026-05-20 11:33:58 -04:00
parent 06fd485215
commit e6b29be459
12 changed files with 2591 additions and 71 deletions

View file

@ -16,6 +16,12 @@ This runner is expected to be implemented for a water data hub with the relevant
cargo run --release
```
To ignore standard error output and only show valid output:
```bash
cargo run --release 2>/dev/null
```
## Run tests
```bash