From 8162802adbb27c6d328d47ccef31495ec793140a Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sun, 24 Mar 2019 22:52:33 +0100 Subject: [PATCH] corrected author && optimized build --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89d85f8..ffecce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "htmlextract" version = "0.1.0" -authors = ["Drone CI "] +authors = ["Shimun "] edition = "2018" +[profile.release] +lto = true +codegen-units = 1 +panic = 'abort' +opt-level = 'z' + [dependencies] kuchiki = "0.7.2" structopt = "0.2.15"