Files
el/ui/vessels/el-identity/manifest.el

17 lines
321 B
EmacsLisp

vessel "el-identity" {
version "0.1.0"
description "Engram-native identity: users, roles, sessions, OAuth PKCE flow"
authors ["Will Anderson <will@neurontechnologies.ai>"]
edition "2026"
}
dependencies {
el-platform "1.0"
el-auth "0.1"
}
build {
entry "src/main.el"
output "dist/"
}