Move rust checks to own file

This commit is contained in:
Jai A
2024-10-18 15:43:30 -07:00
parent 1b73d248b3
commit c143929b69
9 changed files with 38 additions and 66 deletions

View File

@@ -120,11 +120,5 @@ json-patch = "*"
[dev-dependencies]
actix-http = "3.4.0"
[profile.dev]
opt-level = 0 # Minimal optimization, speeds up compilation
lto = false # Disables Link Time Optimization
incremental = true # Enables incremental compilation
codegen-units = 16 # Higher number can improve compile times but reduce runtime performance
[features]
jemalloc = ["jemallocator"]