diff --git a/Cargo.toml b/Cargo.toml index 532a75b..cf7df8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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