soldeer 0.3.2

A solidity package manager written in rust. It's minimal and easy within your solidity project. Works best with foundry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

# Full reference https://github.com/foundry-rs/foundry/tree/master/crates/config

[profile.default]
script = "script"
solc = "0.8.26"
src = "src"
test = "test"
libs = ["dependencies","libs"]

[dependencies]
forge-std = "1.9.1"