soldeer-0.5.0 is not a library.
Visit the last successful build:
soldeer-0.3.4
Soldeer

Soldeer is a package manager for Solidity built in Rust and integrated into Foundry.
Solidity development started to become more and more complex. The need for a package manager was evident. This project was started to solve the following issues:
- git submodules in foundry are not a good solution for managing dependencies
- npmjs was built for the js ecosystem not for solidity
- github versioning of the releases is a pain and not all the projects are using it correctly
Available documentation in USAGE or Foundry Book
Version 0.5.0
Please see the Changelog for more information.
HOW TO INSTALL IT (FOUNDRY)
Soldeer is already integrated in foundry. You can use it by running the following command:
HOW TO INSTALL IT (CLI)
Check if installation was successful
Install from sources
cargo build --release and use the soldeer binary from target/release/.
HOW TO USE IT
Please see USAGE for more information.
CONTRIBUTING
See CONTRIBUTING for more information.