Skip to content

Commit

Permalink
Add justfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rxqd committed Mar 30, 2024
1 parent b477f81 commit be6a3d6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/rust/calculator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
!/Makefile
!/run.sh
!/.replit
!justfile
1 change: 1 addition & 0 deletions src/rust/minigrep/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
!/Makefile
!/run.sh
!/.replit
!justfile
2 changes: 1 addition & 1 deletion src/rust/sandbox/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
!/Makefile
!/run.sh
!/.replit
!sandbox.toml
!justfile
target/
5 changes: 5 additions & 0 deletions src/rust/sandbox/justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
run_api:
cargo watch -x "run --bin api"

run_cli:
cargo run --bin cli
1 change: 1 addition & 0 deletions templates/rust/app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
!/Makefile
!/run.sh
!/.replit
!justfile

0 comments on commit be6a3d6

Please sign in to comment.