aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 059853a04774891abcb032816a01551e15bb4932 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
resolver = "2"
members = [
    "cortex-m",
    "cortex-m-rt",
    "cortex-m-semihosting",
    "panic-itm",
    "panic-semihosting",
    "testsuite",
    "testsuite/minitest",
    "testsuite/minitest/macros",
    "xtask",
]