first commit

This commit is contained in:
Romulus21
2021-06-04 08:09:25 +02:00
commit ae322a0a38
5 changed files with 395 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "device"
version = "0.1.0"
authors = ["Romulus21 <romain@delanoe.pro>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
paho-mqtt = "0.9"
dotenv = "0.15.0"