This commit is contained in:
Frank Denis 2019-05-19 12:18:14 +02:00
parent 1706ec0dcb
commit ed47ab8a1b

View file

@ -25,3 +25,8 @@ tokio = "0.1.20"
tokio-current-thread = "0.1.6"
tokio-timer = "0.2.11"
tokio-tls = { version = "0.2.1", optional = true }
[profile.release]
lto = true
panic = "abort"
opt-level = 3