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