aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2cbb7f0..f98e802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.3.0"
+version = "0.3.1"
description = "For when you really just want to serve some files over HTTP right now!"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"]
repository = "https://github.com/svenstaro/miniserve"
@@ -16,6 +16,9 @@ maintenance = { status = "actively-developed" }
[profile.release]
lto = true
+opt-level = 'z'
+codegen-units = 1
+panic = 'abort'
[dependencies]
clap = "2.29"
@@ -33,4 +36,4 @@ structopt = "0.2.14"
chrono = "0.4.6"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }
-serde = { version = "1.0.89", features = ["derive"] } \ No newline at end of file
+serde = { version = "1.0.89", features = ["derive"] }