16 lines
243 B
TOML
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"
|