Ackee-Blockchain / trident

Rust-based framework to Fuzz and Integration test Solana programs to help you ship secure code.
https://ackee.xyz/
MIT License
185 stars 18 forks source link

📌 unify dependencies, and remove unused #173

Closed lukacan closed 2 months ago

lukacan commented 2 months ago

This PR improves specified dependencies. Firstly, some of the dependencies were not used so these are removed. Secondly, important dependencies such as Solana crates or anchor crates are moved to the workspace manifest in order to have better control over the supported versions.