lifx-mqtt-bridge/Cargo.toml

11 lines
215 B
TOML

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