dr_core/
lib.rs

1//! The core of the `dr` ecosystem. Handles configuration loading, authentication, etc.
2pub mod config;
3pub mod error;
4pub mod secrets;