urx 0.6.1

Extracts URLs from OSINT Archives for Security Insights.
1
2
3
4
5
6
7
8
9
10
test:
    cargo test
    cargo clippy -- --deny warnings
    cargo clippy --tests -- --deny warnings
    cargo fmt --check
    cargo doc --workspace --all-features --no-deps --document-private-items

fix:
    cargo fmt
    cargo clippy --fix --allow-dirty