aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-29 04:11:32 +0200
committerDario Nieuwenhuis <[email protected]>2021-03-29 21:35:25 +0200
commit2cd3bdc90cf5da6d07ddad91e875733b8e354dc5 (patch)
tree846d9ef3d4b3171a6fcf4febe1a79aefa23cd378 /Cargo.toml
parent2bcd1aaebbf255de1ded97356c107df5bea04e57 (diff)
rp: add initial version
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]