//! gping - ping with a graph
//!
//! Gping is a ping utility with a real-time graph. It supports pinging
//! multiple hosts simultaneously and displays a visual representation
//! of latency over time.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;