From ba0accd97d1c26a2f0327389c40c056ae245a1bf Mon Sep 17 00:00:00 2001 From: Quake Wang Date: Wed, 15 Nov 2023 12:12:23 +0900 Subject: [PATCH] update Cargo.toml in generated rust project --- templates/Cargo-manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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