lifx-mqtt-bridge/Cargo.toml
2019-01-15 21:41:43 +01:00

13 lines
243 B
TOML

[package]
name = "lifx-mqtt-bridge"
version = "0.1.0"
authors = ["Lara <git@lara.uber.space>"]
edition = "2018"
[dependencies]
rumqtt = { git = "https://github.com/AtherEnergy/rumqtt" }
lifxi = "0.1"
clap = "2"
serde = "1"
serde_derive = "1"