htmlextract/Cargo.toml
2019-03-24 18:57:59 +01:00

10 lines
163 B
TOML

[package]
name = "htmlextract"
version = "0.1.0"
authors = ["Drone CI <drone@shimun.net>"]
edition = "2018"
[dependencies]
kuchiki = "0.7.2"
structopt = "0.2.15"