aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-02 01:30:07 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-02 01:32:19 +0200
commitdff03ecfc74d6af716637888338ebfa99ab7a027 (patch)
treec06bf2b0a2e6657c3427c956dbd27a4e45211aaa /Cargo.example.toml
parenta0c5f7137fe0c45b8db0aad2a116aea91e6a93f7 (diff)
Move examples to a subdirectory
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index 010487b51..da3a80299 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -25,20 +25,21 @@ members = [
25 25
26 # nRF 26 # nRF
27 #"embassy-nrf", 27 #"embassy-nrf",
28 #"embassy-nrf-examples", 28 #"examples/nrf",
29 29
30 # stm32 30 # stm32
31 #"embassy-stm32", 31 #"embassy-stm32",
32 #"embassy-stm32-examples",
33 #"stm32-metapac", 32 #"stm32-metapac",
33 # uncomment ONLY ONE example crate.
34 #"examples/stm32f4",
34 35
35 # rp2040 36 # rp2040
36 #"embassy-rp", 37 #"embassy-rp",
37 #"embassy-rp-examples", 38 #"examples/rp2040",
38 39
39 # std 40 # std
40 #"embassy-std", 41 #"embassy-std",
41 #"embassy-std-examples", 42 #"examples/std",
42] 43]
43 44
44[profile.dev] 45[profile.dev]