The crate references the workspace but it is not part of it. In order to run it via cargo run --bin (and to silence the cargo warnings) we need to make it part of the workspace like the other scripts.
Checklist
[x] All changes are covered by tests (or not applicable)
[x] All changes are documented (or not applicable)
[x] I reviewed the entire PR myself (preferably, on GH UI)
[x] I described all Breaking Changes (or there's none)
Summary
The crate references the workspace but it is not part of it. In order to run it via
cargo run --bin
(and to silence the cargo warnings) we need to make it part of the workspace like the other scripts.Checklist