2022-01-22 15:42:56 +01:00
|
|
|
[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-03-02 13:44:28 +01:00
|
|
|
futures = "0.3.19"
|
2022-03-02 18:47:03 +01:00
|
|
|
rand = "0.8.5"
|
2022-03-02 13:44:28 +01:00
|
|
|
|
|
|
|
serde_derive = "1.0.136"
|
|
|
|
serde = "1.0.136"
|
|
|
|
serde_yaml = "0.8"
|