// Copyright 2026 Thomas Axelsson
// SPDX-License-Identifier: MIT
//! # southesk
//!
//! southesk is a library for creating clients for the [Montrose
//! MCP](https://www.montrose.io/mcp) API.
//!
//! [`Client`] provides the main interface to the library.
pub use ;
pub use ;
// Re-export dependencies that are part of the public interface
pub use reqwest;
pub use Url;
pub use rust_decimal;
pub use Decimal;
pub use uuid;
pub use Uuid;