Skip to content

Commit e9b404d

Browse files
finalyardslulf
authored andcommitted
suggestion on reducing deps in 'examples/apps'
1 parent 53ba0d7 commit e9b404d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/apps/Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ license = "MIT OR Apache-2.0"
88
trouble-host = { path = "../../host", features = ["derive", "scan"] }
99
bt-hci = { version = "0.6" }
1010
embassy-futures = "0.1.1"
11-
embassy-executor = { version = "0.9" }
1211
embassy-sync = { version = "0.7" }
1312
embassy-time = "0.5"
14-
embedded-hal = "1.0"
13+
#embedded-hal = "1.0"
1514
embedded-hal-async = "1.0"
1615
static_cell = "2"
17-
embedded-io = "0.6"
16+
#embedded-io = "0.6"
1817
heapless = "0.9"
1918
rand_core = { version = "0.6", default-features = false }
19+
20+
# Used by 'security' feature
2021
embedded-storage-async = { version = "0.4.1", optional = true }
2122
sequential-storage = { version = "5.0.0", optional = true }
2223

@@ -29,8 +30,8 @@ defmt = [
2930
"dep:defmt",
3031
"trouble-host/defmt",
3132
"bt-hci/defmt",
32-
"embedded-io/defmt-03",
33-
"embedded-hal/defmt-03"
33+
#"embedded-io/defmt-03",
34+
#"embedded-hal/defmt-03"
3435
]
3536
log = [
3637
"dep:log",

0 commit comments

Comments
 (0)