aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-18 10:17:03 +0200
committerUlf Lilleengen <[email protected]>2024-05-21 10:05:21 +0200
commit739e5861c2e47db251725163fcd91cd822cf97b7 (patch)
tree947dc7961ca7c42ec216056fc2adf616ab812b10 /docs/modules/ROOT/examples/layer-by-layer/Cargo.toml
parent51d553092550059afb22b2620cea14bbed21abff (diff)
convert from antora to asciidoctor
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