This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/ui/vessels/el-auth/manifest.el

16 lines
299 B
EmacsLisp

vessel "el-auth" {
version "0.1.0"
description "Authentication and authorization: JWT, sessions, roles, permissions"
authors ["Will Anderson <will@neurontechnologies.ai>"]
edition "2026"
}
dependencies {
el-platform "1.0"
}
build {
entry "src/main.el"
output "dist/"
}