first commit

This commit is contained in:
Romulus21
2022-03-12 21:35:16 +01:00
commit 1ebd50fbf2
6 changed files with 2048 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "rust_mosquitto"
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]
dotenv = "0.15"
paho-mqtt = "0.9"
futures = "0.3"
async-std = "1"
log = "0.4"
mysql = "*"
[dev-dependencies]
env_logger = "0.7"