summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-08 00:52:29 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-08 00:52:29 +0200
commitc2aea50d008d5567d2827b8d6c16d38359df8927 (patch)
tree3c08e4c9ca463957dc6287a23e199107997625e0 /Cargo.toml
parent76600fb9c0d0c98859d43639395795149f2e7ade (diff)
downloadnrf-softdevice-c2aea50d008d5567d2827b8d6c16d38359df8927.zip
Saner way of handling events.
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" }