feat: add/update schemas, config, README, and test

This commit is contained in:
rzmk 2026-05-05 16:08:44 -04:00
parent f7caaaae8e
commit d01e05ab48
7 changed files with 129 additions and 29 deletions

View file

@ -13,3 +13,15 @@ This runner is expected to be implemented for a water data hub with the relevant
```bash
cargo run --release
```
## Run tests
```bash
cargo test
```
To include print statements in test output, run:
```bash
cargo test -- --nocapture
```