docs: update README.md

This commit is contained in:
Sandro Eiler 2024-02-12 10:56:26 +01:00
parent 419be581b3
commit bfc09ae0f0

View file

@ -44,6 +44,12 @@ Requirement: Needs `cargo install cargo-udeps --locked`
cargo +nightly udeps --all-targets
```
**Test with more output:**
```sh
cargo test -- --nocapture
```
**Test with tracing output:**
Requirement: Needs `cargo install bunyan`