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" }