1
0
Fork 0
loranto/Cargo.toml

18 lines
512 B
TOML
Raw Normal View History

2023-02-20 03:47:41 +01:00
[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"] }
2023-03-03 05:17:04 +01:00
console = "0.15.5"
2023-03-02 20:41:45 +01:00
futures = "0.3.26"
2023-03-01 03:42:06 +01:00
indicatif = { version = "0.17.3", features = ["tokio"] }
2023-03-02 20:41:45 +01:00
pretty_env_logger = "0.4.0"
2023-02-20 03:47:41 +01:00
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
2023-03-01 02:12:18 +01:00
uuid = "1.3.0"