aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-21 08:11:34 +0000
committerGitHub <[email protected]>2024-05-21 08:11:34 +0000
commitcd27439fca0332ca1c20931ce587471f53e1b0ec (patch)
tree8dd446c12202d5e242ba287f54cdf737ef29bd96 /docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
parent51d553092550059afb22b2620cea14bbed21abff (diff)
parentbb9c687a39c0675bd622f612a645b16229cb9024 (diff)
Merge pull request #2958 from embassy-rs/embassy-book-refactor
Embassy book refactor
Diffstat (limited to 'docs/modules/ROOT/examples/layer-by-layer/Cargo.toml')
-rw-r--r--docs/modules/ROOT/examples/layer-by-layer/Cargo.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml b/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
deleted file mode 100644
index 943249a17..000000000
--- a/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
+++ /dev/null
@@ -1,21 +0,0 @@
1[workspace]
2resolver = "2"
3members = [
4 "blinky-pac",
5 "blinky-hal",
6 "blinky-irq",
7 "blinky-async",
8]
9
10[patch.crates-io]
11embassy-executor = { path = "../../../../../embassy-executor" }
12embassy-stm32 = { path = "../../../../../embassy-stm32" }
13
14[profile.release]
15codegen-units = 1
16debug = 2
17debug-assertions = false
18incremental = false
19lto = "fat"
20opt-level = 's'
21overflow-checks = false