Cargo.toml: Enable overflow-checks

This commit is contained in:
Daan Sprenkels 2022-03-21 18:03:28 +01:00
parent ee500203e2
commit 59aa10ebf7
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["handlebars"] }
chrono = "0.4.19"
serde = "1.0.136"
[profile.dev]
overflow-checks = true
[profile.release]
overflow-checks = true