feat: speed

This commit is contained in:
2023-01-22 21:57:42 +08:00
parent 49b6d71886
commit 36465c91bd
2 changed files with 26 additions and 3 deletions

View File

@@ -19,3 +19,8 @@ serde_json = "1.0"
iana-time-zone = { path = "external/iana-time-zone" }
getrandom = { path = "external/getrandom" }
chrono = { path = "external/chrono" }
[profile.release]
lto = true
opt-level = 'z'