feat: v0.2.6
This commit is contained in:
18
justfile
18
justfile
@@ -4,6 +4,20 @@ _:
|
||||
install:
|
||||
cargo install --path .
|
||||
|
||||
build-run-go:
|
||||
cargo build --release --features switch-go-lang
|
||||
build-run-rust:
|
||||
cargo build --release
|
||||
|
||||
build-run-go:
|
||||
cargo build --release --no-default-features --features switch-go-lang
|
||||
|
||||
build-run-js:
|
||||
cargo build --release --no-default-features --features switch-js-lang
|
||||
|
||||
build-run-dart:
|
||||
cargo build --release --no-default-features --features switch-dart-lang
|
||||
|
||||
build-all:
|
||||
@just build-run-rust
|
||||
@just build-run-go
|
||||
@just build-run-js
|
||||
@just build-run-dart
|
||||
Reference in New Issue
Block a user