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:
@@ -0,0 +1,9 @@
|
|||||||
|
package "neuron" {
|
||||||
|
version "0.1.0"
|
||||||
|
description "Neuron - the canonical CGI substrate"
|
||||||
|
edition "2026"
|
||||||
|
}
|
||||||
|
|
||||||
|
build {
|
||||||
|
entry "soul.el"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user