[package] name = "loranto" version = "0.1.0" authors = ["Daniele Tricoli "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] btleplug = "0.10.4" clap = { version = "4.1.6", features = ["derive", "cargo"] } console = "0.15.5" futures = "0.3.26" indicatif = { version = "0.17.3", features = ["tokio"] } pretty_env_logger = "0.4.0" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } uuid = "1.3.0"