diff --git a/templates/Cargo-manifest.toml b/templates/Cargo-manifest.toml index 35882ad..149763d 100644 --- a/templates/Cargo-manifest.toml +++ b/templates/Cargo-manifest.toml @@ -1,6 +1,5 @@ [workspace] -members = [] -exclude = ["tests"] +members = ["tests"] [profile.release] overflow-checks = true