htmlextract/Cargo.toml
2019-03-24 22:52:33 +01:00

16 lines
243 B
TOML

[package]
name = "htmlextract"
version = "0.1.0"
authors = ["Shimun <shimun@shimun.net>"]
edition = "2018"
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
opt-level = 'z'
[dependencies]
kuchiki = "0.7.2"
structopt = "0.2.15"