njid 0.1.0

A Rust application wrapper to find address and birthdays of New Jersey residents via NJ voter records.
[dependencies.prettytable]
version = "0.10.0"

[dependencies.reqwest]
features = ["blocking", "rustls-tls"]
version = "0.11"

[dependencies.scraper]
version = "0.12"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
description = "A Rust application wrapper to find address and birthdays of New Jersey residents via NJ voter records."
edition = "2021"
license = "MIT"
name = "njid"
repository = "https://github.com/cybrly/njid"
version = "0.1.0"