check tagging

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-19 14:23:59 +02:00
parent a8b44d0c7d
commit 6a2d462ec7

View File

@@ -1,6 +1,6 @@
/// WatcherAgent - A Rust-based system monitoring agent
/// This agent collects hardware metrics and sends them to a backend server.
/// It supports CPU, GPU, RAM, disk, and network metrics.
/// It supports CPU, GPU, RAM, disk and network metrics.
pub mod api;
pub mod hardware;
pub mod metrics;