test with env file

This commit is contained in:
Romulus21
2024-08-19 23:33:46 +02:00
parent f7e9a99679
commit 09624ee69b
7 changed files with 84 additions and 148 deletions

View File

@@ -8,14 +8,7 @@ edition = "2018"
[dependencies]
dotenv = "0.15"
paho-mqtt = { version = "0.12.1", features = ["vendored-ssl"] }
paho-mqtt = "0.12"
futures = "0.3"
async-std = "1"
log = "0.4"
mysql = "*"
[dev-dependencies]
env_logger = "0.7"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"