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"