This commit is contained in:
Robin Appelman 2026-04-06 22:30:53 +02:00
commit 40560f2129
11 changed files with 68 additions and 69 deletions

View file

@ -4,8 +4,8 @@ use color_eyre::{Report, Result};
use futures_util::pin_mut;
use futures_util::StreamExt;
use libmdns::Responder;
use palantir::docker::{get_docker, stat, Container};
use palantir::{get_metrics, Sensors};
use sidewindow::docker::{get_docker, stat, Container};
use sidewindow::{get_metrics, Sensors};
use std::sync::Arc;
use std::time::Duration;
use tokio::runtime::Handle;