Files
Lumotia/crates/cloud-providers/src/lib.rs
jake a83eafdc82 feat(kon): add cloud-providers crate — BYOK stubs, keystore
- Keystore stub using environment variables (keyring integration deferred)
- Minimal crate ready for cloud STT provider implementations post-Stage 1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 21:01:07 +00:00

4 lines
72 B
Rust

pub mod keystore;
pub use keystore::{retrieve_api_key, store_api_key};