You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
512 B
TOML
18 lines
512 B
TOML
[package]
|
|
name = "loranto"
|
|
version = "0.1.0"
|
|
authors = ["Daniele Tricoli <eriol@mornie.org>"]
|
|
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"
|