@ -0,0 +1,23 @@
run:
cargo run
fmt:
cargo fmt
lint:
cargo clippy
release:
cargo build --release
run_migrations:
diesel migration run
redo_migrations:
diesel migration redo
test:
cargo test --all-features
coverage:
cargo llvm-cov
The note is not visible to the blocked user.