corrected author && optimized build
This commit is contained in:
parent
2dc37ba196
commit
8162802adb
@ -1,9 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "htmlextract"
|
name = "htmlextract"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Drone CI <drone@shimun.net>"]
|
authors = ["Shimun <shimun@shimun.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = 'abort'
|
||||||
|
opt-level = 'z'
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kuchiki = "0.7.2"
|
kuchiki = "0.7.2"
|
||||||
structopt = "0.2.15"
|
structopt = "0.2.15"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user