fix(el-html): tighten manifest — correct description, remove unused dependencies

el-html is a standalone atomic emit layer; it has no runtime dependency on
el-style or el-layout (those vessels depend on el-html for SSR, not the other
way around).
This commit is contained in:
Will Anderson
2026-05-05 04:20:38 -05:00
parent faee6fdb25
commit 7c00922cbd
+1 -3
View File
@@ -1,14 +1,12 @@
vessel "el-html" {
version "0.1.0"
description "HTML generation and templating vessel for el-ui"
description "Atomic HTML emit primitives — server-side rendering building blocks"
authors ["Will Anderson <will@neurontechnologies.ai>"]
edition "2026"
}
dependencies {
el-platform "1.0"
el-style "1.0"
el-layout "1.0"
}
build {