Add in some logging. Trying to figure out what logging crate to use.
Tracing is certainly an advanced flexible option, but right now I'm not using async, and don't think I will need to be in the future for this program. So perhaps a simpler/slimmer logging crate would work just fine.
https://docs.rs/log/latest/log/index.html#available-logging-implementations