summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc1f6f8..1f02d44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,10 @@ members = [
"example",
]
+exclude = [
+ "nrf-softdevice-gen"
+]
+
[patch.crates-io]
cortex-m = { git = "https://github.com/Dirbaio/cortex-m"}
panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" }