Update Cargo.toml

Adding build.profiler = true
This commit is contained in:
Jamie Hardt
2023-06-04 23:29:11 -07:00
committed by GitHub
parent d91c9193c4
commit 5cc4fa763a

View File

@@ -26,3 +26,5 @@ serde_json = "1.0.61"
[profile.release]
debug = true
[build]
profiler = true