naver 0.1.2

Retrieve and parse naver post pages
Documentation
[package]
name = "naver"
description = "Retrieve and parse naver post pages"
version = "0.1.2"
authors = ["Karl Brightman <git@karlbrig.ht>"]
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = {version = "0.11.3", features = ["blocking"] }
bytes = "1.0.1"
select = "0.6.0-alpha.1"
regex = "1.5.4"
thiserror = "1.0.25"
url = "2.2.1"
chrono = "0.4.19"