aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81ca256..ef45be8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,6 +74,7 @@ compiletest_rs = "0.3.22"
[features]
heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"]
+homogeneous = ["cortex-m-rtfm-macros/homogeneous", "microamp"]
# used for testing this crate; do not use in applications
__v7 =[]
@@ -83,6 +84,7 @@ lto = true
[workspace]
members = [
+ "heterogeneous",
+ "homogeneous",
"macros",
- "mc",
]