Faster compile times

This commit is contained in:
ErrorNoInternet 2023-02-10 19:30:33 +08:00
parent eb803635ec
commit f7a5995a62
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -19,3 +19,9 @@ strum_macros = "0.24.1"
async-recursion = "1.0.0" async-recursion = "1.0.0"
rand = "0.8.5" rand = "0.8.5"
matrix-sdk = "0.6.2" matrix-sdk = "0.6.2"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3