diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
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] |
18 | testutils = { path = "./tests/testutils" } | 18 | testutils = { path = "./tests/testutils" } |
19 | |||
20 | [profile.release] | ||
21 | debug = true \ No newline at end of file | ||