package "neuron-landing" { version "1.0.0" description "Neuron marketing landing page server" authors ["Will Anderson "] edition "2026" } build { target "release" entry "src/main.el" output "dist/" c_source "dist/web_stubs.c" c_source "dist/vessel_stubs.c" c_source "dist/elhtml_impl.c" c_source "dist/page_close.c" c_source "dist/page_css.c" c_source "dist/page_ga.c" c_source "dist/page_schema.c" }