Skip to content

Commit

Permalink
fix(devenv): Auto-install cargo watch
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jul 1, 2024
1 parent 869e1a7 commit e12a653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ generate-config-docs:
python3 -m snuba.datasets.configuration.generate_config_docs

watch-rust-snuba:
which cargo-watch || cargo install cargo-watch
. scripts/rust-envvars && \
cd rust_snuba/ && cargo watch -s 'maturin develop'
.PHONY: watch-rust-snuba
Expand Down

0 comments on commit e12a653

Please sign in to comment.