aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
diff options
context:
space:
mode:
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