rust_lum/Cargo.toml

11 lines
263 B
TOML
Raw Normal View History

[package]
name = "rust_lum"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bluer = "0.13.1"
2022-01-27 12:12:36 +01:00
tokio = {version = "1.15.0", features = ["full"]}
2022-01-22 16:17:37 +01:00
futures = "0.3.19"