breadarr/breadarr-shared/src/lib.rs
2026-07-16 22:22:53 +08:00

6 lines
100 B
Rust

pub mod client;
pub mod config;
pub mod dto;
pub use client::DaemonClient;
pub use config::Config;