aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c343ac57b..f03ce76c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,6 @@ parking_lot = "0.6.0"
16 16
17[dev-dependencies] 17[dev-dependencies]
18testutils = { path = "./tests/testutils" } 18testutils = { path = "./tests/testutils" }
19
20[profile.release]
21debug = true \ No newline at end of file