mirror of
https://github.com/supleed2/COMP70017-PoDL-CW.git
synced 2024-11-12 19:25:49 +00:00
8 lines
157 B
TOML
8 lines
157 B
TOML
[profile.default]
|
|
src = 'src'
|
|
out = 'out'
|
|
libs = ['lib']
|
|
solc = "0.8.10"
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
|