diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-29 04:11:32 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-29 21:35:25 +0200 |
| commit | 2cd3bdc90cf5da6d07ddad91e875733b8e354dc5 (patch) | |
| tree | 846d9ef3d4b3171a6fcf4febe1a79aefa23cd378 /Cargo.toml | |
| parent | 2bcd1aaebbf255de1ded97356c107df5bea04e57 (diff) | |
rp: add initial version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
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 = [ | |||
| 19 | exclude = [ | 19 | exclude = [ |
| 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 | |||
| 52 | debug-assertions = false | 54 | debug-assertions = false |
| 53 | opt-level = 0 | 55 | opt-level = 0 |
| 54 | overflow-checks = false | 56 | overflow-checks = false |
| 57 | |||
| 58 | [patch.crates-io] | ||
