espresso-sequencer
espresso-sequencer copied to clipboard
Remove unused dependencies and fix compiler warnings
PR description:
This PR cleans up the codebase by removing multiple unused dependencies across different crates and fixing compiler warnings. Changes were identified using cargo-udeps tool and do not impact functionality. All tests continue to pass.
The changes reduce compilation overhead and improve code maintainability by removing:
- Cyclic dependency in espresso-types
- Several unused regular and dev-dependencies in multiple crates
- An ineffective #[must_use] attribute on a trait method
Hey imabdulbasit! Can you check PR please ?