aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 914bd62..b4f23c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,11 +35,14 @@ std = []
[workspace]
members = [
- "xtask",
"cortex-m-rt",
"cortex-m-semihosting",
+ "panic-itm",
"panic-semihosting",
- "panic-itm"
+ "testsuite",
+ "testsuite/minitest",
+ "testsuite/minitest/macros",
+ "xtask",
]
[package.metadata.docs.rs]