// el-secrets — Secrets management for el-ui applications. // // Secrets are NEVER in code. Wrapped in a `Secret` type that displays as // `[REDACTED]` in all logs and JSON output. Explicit `.expose()` to read. vessel "el-secrets" { version "0.1.0" description "Resolver chain: env vars, Vault, AWS Secrets Manager" authors ["Will Anderson "] edition "2026" } dependencies { el-platform "1.0" } build { entry "src/main.el" output "dist/" }