Skip to content

Commit

Permalink
add justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 29, 2024
1 parent cb3a44c commit 3dcbe61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env -S just --justfile

_default:
@just --list -u

watch command:
cargo watch -x '{{command}}'

0 comments on commit 3dcbe61

Please sign in to comment.