You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#129
Divides `foundry-compilers` into 3 crates:
- `foundry-compilers-artifacts` - JSON artifacts for Solc and Vyper
compilers
- `foundry-compilers-project` - Project related logic, including
compiler abstraction and compilation pipeline
- `foundry-compilers-core` - error types and utilties shared by both
crates
Allows usage as a library without the build system stuff
The text was updated successfully, but these errors were encountered: