add manifest.el at root - declares soul.el as the build entry

Flat layout for now (per "no subdirectories yet" directive):
  neuron/
    manifest.el
    soul.el
This commit is contained in:
Will Anderson
2026-05-02 12:15:24 -05:00
parent 5f98bc8a9f
commit ef473ed8da
+9
View File
@@ -0,0 +1,9 @@
package "neuron" {
version "0.1.0"
description "Neuron - the canonical CGI substrate"
edition "2026"
}
build {
entry "soul.el"
}