refractor

This commit is contained in:
2019-09-17 14:27:42 +02:00
parent f7b7617e0e
commit 4679e939cf
7 changed files with 359 additions and 202 deletions

View File

@@ -13,8 +13,10 @@ failure = "0.1.5"
serde_derive = "1.0.100"
serde = "1.0.100"
serde_json = "1.0.40"
keyutils = "0.2.1"
[profile.release]
lto = true
opt-level = 'z'
panic = 'abort'