foundry-template/.gitmodules
Paul Razvan Berg 3abaf8aa40
test: import and use Cheats from Forge Std
build: update to forge-std v0.3
2022-07-31 12:28:44 +03:00

9 lines
239 B
Plaintext

[submodule "lib/forge-std"]
branch = "v0.3"
path = "lib/forge-std"
url = "https://github.com/foundry-rs/forge-std"
[submodule "lib/prb-test"]
branch = "0.1.2"
path = "lib/prb-test"
url = "https://github.com/paulrberg/prb-test"