# For use with the just command runner, https://just.systems/

# Need to compile without the cookies feature on Android, because the bench_scraper crate doesn't
# build there. Avoid some typing on tiny keyboards.
termux:
    cargo update
    cargo test --no-default-features -- --show-output


publish:
  cargo test
  cargo publish
