[package] name = "bleeper" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" btleplug = "0.11.5" crossterm = "0.27.0" futures = "0.3.30" ratatui = "0.26.1" tokio = { version = "1.37.0", features = ["full"] }