feat: init commit

This commit is contained in:
2021-04-30 01:27:22 +08:00
parent b8c3a2d10f
commit 041a20156a
4 changed files with 163 additions and 0 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
_:
@just --list
# cross build x86-64 musl debug
cross-build-x64-debug:
cross build --target x86_64-unknown-linux-musl
# cross build x86-64 musl release
cross-build-x64:
cross build --target x86_64-unknown-linux-musl --release