21 lines
440 B
EmacsLisp
21 lines
440 B
EmacsLisp
// el-services — Service bindings for el-ui.
|
|
//
|
|
// Write once. Bind to any protocol. Change the binding in `manifest.el`.
|
|
|
|
vessel "el-services" {
|
|
version "0.1.0"
|
|
description "Pluggable service bindings: REST, gRPC, WebSocket, direct"
|
|
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
|
edition "2026"
|
|
}
|
|
|
|
dependencies {
|
|
el-platform "1.0"
|
|
el-config "0.1"
|
|
}
|
|
|
|
build {
|
|
entry "src/main.el"
|
|
output "dist/"
|
|
}
|