miasma 0.2.3

Trap malicious AI web scrapers in an endless pit of poisoned training data.
Documentation
1
2
3
4
5
6
7
8
9
help:
    @just --list

local-ci:
    cargo build
    cargo fmt --check
    cargo clippy --no-deps --all-targets
    cargo test
    cargo publish --dry-run --allow-dirty