initial tool
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user