first commit
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user