aboutsummaryrefslogtreecommitdiff
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 d9fbeaf45..bc3fcdd37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,8 @@ members = [
19exclude = [ 19exclude = [
20 "embassy-std", 20 "embassy-std",
21 "embassy-std-examples", 21 "embassy-std-examples",
22 "embassy-rp",
23 "embassy-rp-examples",
22] 24]
23 25
24[profile.dev] 26[profile.dev]
@@ -52,3 +54,5 @@ debug = false
52debug-assertions = false 54debug-assertions = false
53opt-level = 0 55opt-level = 0
54overflow-checks = false 56overflow-checks = false
57
58[patch.crates-io]