diff --git a/BUILD b/BUILD new file mode 100644 index 0000000000..2adca64db7 --- /dev/null +++ b/BUILD @@ -0,0 +1,8 @@ +# Export the built artifact to allow local builds. +exports_files([ + "target/release/libnative_blockifier.so", + "target/debug/committer_cli", + "target/release/committer_cli", + "target/x86_64-unknown-linux-musl/debug/committer_cli", + "target/x86_64-unknown-linux-musl/release/committer_cli", +]) diff --git a/WORKSPACE b/WORKSPACE new file mode 100644 index 0000000000..e69de29bb2