mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-27 05:59:35 +00:00
6 lines
206 B
Rust
6 lines
206 B
Rust
|
fn main() {
|
||
|
let artifacts_path =
|
||
|
std::env::var("OUT_DIR").unwrap().to_string() + "/serai-processor-ethereum-deployer";
|
||
|
build_solidity_contracts::build(&[], "contracts", &artifacts_path).unwrap();
|
||
|
}
|