mario-eth / soldeer

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

Release/v0.1.5 #14

Closed mario-eth closed 9 months ago

mario-eth commented 10 months ago

In this version, you can skip the creation of soldeer.toml if you want to use only foundry.toml.

Also the contents of the soldeer.toml were changed. Please read the README.md.

Also, i solved the soldeer install <dependency_name>~<version> <url> which can install any dependency from any url. The dependency must be zipped.