Skip to content

Commit

Permalink
Merge pull request #227 from lure23/serial-hci-deps
Browse files Browse the repository at this point in the history
potential unnecessary deps in examples/serial-hci
  • Loading branch information
lulf authored Jan 9, 2025
2 parents de76e08 + bf7f8c6 commit 419e298
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 107 deletions.
100 changes: 0 additions & 100 deletions examples/serial-hci/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions examples/serial-hci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serialport = "4.2.0"
env_logger = "0.10.0"
log = "0.4"
crossterm = "0.27.0"
rand_core = { version = "0.6.4", features = ["std"] }
embedded-io-adapters = { version = "0.6.1", features = ["tokio-1"] }
embedded-io-async = { version = "0.6.1" }
embassy-sync = { version = "0.6.0", features = ["log"] }
embassy-time = { version = "0.4", features = ["log", "std", "generic-queue-8"] }
critical-section = { version = "1.1", features = ["std"] }
embassy-futures = { version = "0.1" }
nix = "0.26.2"
static_cell = "2"
tokio = { version = "1", features = ["full"] }
tokio-serial = "5.4"

Expand Down

0 comments on commit 419e298

Please sign in to comment.