// Library interface for fnox
//
// The provider library, config types, and secret resolver live in the `fnox-core`
// crate (`crates/fnox-core/`). This binary crate re-exports them so existing
// `fnox::providers`, `fnox::config`, etc. paths continue to work for downstream
// consumers and for our own modules.
pub use ;
// CLI-only modules — depend on fnox-core for everything else.
// Re-export commonly used items
pub use ;
pub use Fnox;