From 63fdda68208ebdfacc1e58820f1e1734c6d0ba16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Mon, 23 Sep 2024 16:16:57 +0300 Subject: [PATCH] chore: revert `workspace` and `exclude` changes --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4714b6ec0..750417707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,9 @@ members = [ "borsh-derive", "borsh-derive-internal", "borsh-schema-derive-internal", + "fuzz/fuzz-run", + "benchmarks" ] -exclude = [ "fuzz/fuzz-run", "benchmarks" ] [workspace.package] # shared version of all public crates in the workspace