diff --git a/Cargo.toml b/Cargo.toml index 2c45a80a..f141c420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,7 @@ resolver = "2" # Speeds up test times by more than 10% in a simple test # Set to 1 or 2 if you want to use a debugger in this workspace debug = 0 + +[profile.dev.package] +# Also speeds up test times a little bit +quote = { opt-level = 2 }