//! dog - command-line DNS client
//!
//! Dog is a command-line DNS client, like dig. It has colorful output,
//! understands normal command-line argument syntax, supports the DNS-over-TLS
//! and DNS-over-HTTPS protocols, and can emit JSON.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;