Skip to content

Commit

Permalink
updated toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hakymulla committed Jul 2, 2024
1 parent fbec1b9 commit 76d8836
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ethereum/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

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

[profile.default]
script = "script"
solc = "0.8.26"
src = "src"
out = "out"
libs = ["lib"]
fs_permissions = [{ access = "read-write", path = "./logs" }]
remappings = ["@forge-std/=lib/forge-std/"]
test = "test"
libs = ["dependencies"]

[profile.dependencies] # <= Dependencies will be added under this config
[dependencies]
forge-std = { version = "1.8.2", url = "https://github.com/foundry-rs/foundry.git" }

0 comments on commit 76d8836

Please sign in to comment.