depsaw 0.2.2

A bazel dependency analyzer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contributing

## setting log levels

Set `RUST_LOG` to the level of your choice

## Debugging

Generally, set the following environment variables to help with debugging:

```bash
RUST_LOG=debug RUST_LOG_BACKTRACE=1
```

- RUST_LOG works via using `tracing-subscriber`, with the env-filter feature.
- RUST_LOG_BACKTRACE is provided by the `anyhow` crate.