Calculate damage (not used yet)

This commit is contained in:
Jeremy Soller 2024-02-05 21:01:16 -07:00
parent 4f25324929
commit 68a0a21f3a
3 changed files with 22 additions and 10 deletions

View file

@ -46,9 +46,13 @@ check *args:
# Runs a clippy check with JSON message format
check-json: (check '--message-format=json')
dev *args:
cargo fmt
just run {{args}}
# Run with debug logs
run *args:
env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}}
env RUST_LOG=cosmic_term=debug RUST_BACKTRACE=full cargo run --release {{args}}
# Installs files
install: