htable2csv 0.1.2

Convert and parse HTML tables to .csv files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "htable2csv"
version = "0.1.2"
authors = ["l-const <const-l@outlook.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/l-const/htable2csv"
description = "Convert and parse HTML tables to .csv files."

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

[dependencies]
isahc = "1.2.0"
nipper = "0.1.9"
clap = "2.33.3"