A better Rust ATProto crate
at lifetimes 303 B view raw
1default: 2 @just --list 3 4# Run pre-commit hooks on all files, including autoformatting 5pre-commit-all: 6 pre-commit run --all-files 7 8# Run 'cargo run' on the project 9run *ARGS: 10 cargo run {{ARGS}} 11 12# Run 'bacon' to run the project (auto-recompiles) 13watch *ARGS: 14 bacon --job run -- -- {{ ARGS }}