mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
5 lines
190 B
Rust
5 lines
190 B
Rust
fn main() {
|
|
let artifacts_path = std::env::var("OUT_DIR").unwrap().clone() + "/ethereum-schnorr-contract";
|
|
build_solidity_contracts::build(&[], "contracts", &artifacts_path).unwrap();
|
|
}
|