mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
175 stars 18 forks source link

Skip downloading if dependency already downloaded #3

Closed mario-eth closed 8 months ago

mario-eth commented 1 year ago

At the moment, the dependencies are downloaded always when you run soldeer update.

Should check if the dependency already exists, if so then skip downloading.