Reduced the amount of indirect dependencies

This commit is contained in:
2023-01-07 04:33:44 +01:00
parent 99ff60a505
commit 8bc203cb2d
3 changed files with 25 additions and 160 deletions

View File

@@ -3,7 +3,7 @@ use std::sync::Weak;
use parking_lot::RwLock;
use pollster::FutureExt as _;
use rumqttc::{AsyncClient, matches};
use tracing::{span, Level, log::{error, trace}, debug};
use tracing::{span, Level, error, trace, debug};
use crate::{config::{MqttDeviceConfig, LightSensorConfig}, mqtt::{OnMqtt, BrightnessMessage}};