fix: token logging, unneeded copy

This commit is contained in:
hrachdev
2026-05-07 19:51:55 -04:00
parent 982feb632e
commit 4d04b8d7f1
3 changed files with 222 additions and 241 deletions

26
Makefile Normal file
View File

@@ -0,0 +1,26 @@
update:
cargo update --verbose
features:
cargo features
checkup:
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo check --workspace --all-targets --all-features
# cargo shear
# cargo machete
cargo audit
fix:
cargo fix
fix-all:
cargo fix --all
cargo clippy --workspace --all-targets --all-features --fix
test:
cargo test --workspace --all-targets --all-features
.PHONY: update features checkup fix fix-all test run pg-migrate
# -- ⚝ by Dave -- in NeoVim ⚝ --