get ready to rust

This commit is contained in:
counterweight 2025-07-24 23:10:08 +02:00
parent 8257565f69
commit 5982642ba3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 4 additions and 2 deletions

View file

@ -14,3 +14,7 @@ reset: stop
@echo "Removing volumes..."
docker volume rm -f $(APP_DB_VOLUME) $(DW_DB_VOLUME)
@echo "Volumes removed. You can now start fresh with 'make start'"
run-rust:
cargo build --manifest-path rust/Cargo.toml
cargo run --manifest-path rust/Cargo.toml