initial commit 🚀

This commit is contained in:
2023-04-07 01:48:03 -03:00
commit 4e6c778b5d
9 changed files with 150 additions and 0 deletions

3
build.sh Normal file
View File

@@ -0,0 +1,3 @@
cargo build --release --target=aarch64-apple-darwin
cargo build --release --target=x86_64-unknown-linux-gnu
cargo build --release --target=x86_64-pc-windows-msvc