diff --git a/Cargo.toml b/Cargo.toml index d01dde6e5..cd1d048f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ members = [ "crates/*", "asm", "tests", + "tests-macros", "tools", "no-std" ] @@ -14,5 +15,6 @@ default-members = [ "crates/*", "asm", "tests", + "tests-macros", "tools", ]