Check dependences duplication

I would like to add in my CI check for dependencies duplication, and I was looking for good suggestions for performing this in CI.

probably stupid a question, but there are different solutions and I do not want just to pick one, I would like to chat about other people's experiences.

Thanks,

In Tokio we use cargo deny in CI and it has this functionality (among other stuff).

1 Like

Hey I noted that cargo deny is doing a lot of work, so if you are using it I think I will use it too :slight_smile: thanks!