Expand description
Platform seams (rust-implementation §Workspace layout).
M0 carries only what M0 needs: Clock and SecretStore. Fs/Exec/Http
traits join when the browser milestone makes indirection pay for itself;
until then native crates use std/tokio/reqwest directly behind their own
crate boundaries (the seam is the crate, not yet a trait).
Structs§
Traits§
- Clock
- Secret
Store - Resolution order: env var → SecretStore → prompt. M0 ships the env implementation; Keychain/secret-service land at MD.