graphql-engine/v3/crates/custom-connector
Samir Talwar 748bb3abab Remove unused dependencies using cargo machete. (#413)
`cargo machete` is a very useful tool that figures out when you aren't
using a dependency. I have run this locally to remove unused
dependencies.

I've also added a CI job to make sure we catch these in the future.

Sometimes it reports false positives, e.g. when a dependency isn't used
directly but in macro-generated code (e.g. with `strum`). I have added
`"ignored"` clauses to the `Cargo.toml` files where appropriate.

V3_GIT_ORIGIN_REV_ID: ed015089b695cec8eeb03ce455d6dd3cd312a016
2024-03-28 09:17:47 +00:00
..
data fix: remote joins bug with nested selections (#371) 2024-03-20 17:50:19 +00:00
src Improvements to Docker configuration. (#414) 2024-03-28 08:52:55 +00:00
Cargo.toml Remove unused dependencies using cargo machete. (#413) 2024-03-28 09:17:47 +00:00