Compare commits

..

1 Commits

Author SHA1 Message Date
Daan Sprenkels
59aa10ebf7 Cargo.toml: Enable overflow-checks 2022-03-21 18:03:28 +01:00
2 changed files with 5 additions and 9 deletions

9
.gitignore vendored
View File

@ -1,13 +1,4 @@
# Rust build directory
/target
# VSCode directory
.vscode
# Rocket settings
Rocket.toml
# Sqlite databases
*.sqlite
*.sqlite-shm
*.sqlite-wal

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