Create dictionaries by scraping webpages.
```bash
nix build .#
./result/bin/wdict --help
nix run .# -- --help
nix run github:pyqlsa/wdict -- --help
nix develop .#
cargo build
./target/debug/wdict --help
cargo build --release
./target/release/wdict --help
```