corrected author && optimized build

This commit is contained in:
shimunn 2019-03-24 22:52:33 +01:00
parent 2dc37ba196
commit 8162802adb

View File

@ -1,9 +1,15 @@
[package]
name = "htmlextract"
version = "0.1.0"
authors = ["Drone CI <drone@shimun.net>"]
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"