mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-29 15:09:22 +00:00
4 lines
84 B
Rust
4 lines
84 B
Rust
|
fn main() {
|
||
|
build_solidity_contracts::build("contracts", "artifacts").unwrap();
|
||
|
}
|