- 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>
4 lines
72 B
Rust
4 lines
72 B
Rust
pub mod keystore;
|
|
|
|
pub use keystore::{retrieve_api_key, store_api_key};
|