mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-27 14:09:48 +00:00
4 lines
194 B
Rust
4 lines
194 B
Rust
fn main() {
|
|
let artifacts_path = std::env::var("OUT_DIR").unwrap().to_string() + "/ethereum-schnorr-contract";
|
|
build_solidity_contracts::build(&[], "contracts", &artifacts_path).unwrap();
|
|
}
|