good commit

This commit is contained in:
EthanShoeDev
2025-09-21 20:58:44 -04:00
parent 05c05f364f
commit b885beb262
6 changed files with 27 additions and 18 deletions

View File

@@ -6,6 +6,10 @@ default:
lint:
cargo clippy --all-targets --all-features -- -D warnings
# Update all Cargo dependencies to the latest allowed by Cargo.toml
update-deps:
cargo update
# Run crate tests
test:
cargo test