add cargo config

This commit is contained in:
ahgamut 2022-06-21 23:44:49 +05:30
parent 87d3f37776
commit 26c4c14d96

7
.cargo/config.toml Normal file
View file

@ -0,0 +1,7 @@
[profile.dev]
panic = "abort"
opt-level = "s"
[profile.release]
panic = "abort"
opt-level = "s"