A better Rust ATProto crate
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 278eb8f2c12ba2762253dcaffddd3e2bf4f2857e 14 lines 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 }}