[![crates.io](https://img.shields.io/crates/v/ross-mqtt.svg)](https://crates.io/crates/ross-mqtt) [![crates.io](https://img.shields.io/crates/d/ross-mqtt.svg)](https://crates.io/crates/ross-mqtt) # Rusty Old Smart System This repository contains a MQTT client for the `Rusty Old Smart System` project. # Getting Started ## Dependencies To build and flash this project you will need: - Rust toolchain. [Installation instructions](https://www.rust-lang.org/learn/get-started). ## Building To build this project, run: ``` $ cargo build --release ``` # License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.