initial tool

This commit is contained in:
Daniel Mayfield
2025-08-27 14:19:21 -04:00
parent e95a9ccda6
commit 740168232b
3 changed files with 1363 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "blescanner"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.99"
btleplug = "0.11.8"
pretty_env_logger = "0.5.0"
tokio = { version = "1.47.1", features = ["full"] }