mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

perf(lock): better handling of missing lockfile #114

Closed beeb closed 1 month ago

beeb commented 1 month ago

When the lock file does not exist and we don't care, we don't try to create an empty one anymore.

Other minor improvements and naming changes.