Replace el.toml with manifest.el throughout — El manifests are El, not TOML

This commit is contained in:
Will Anderson
2026-04-29 22:48:39 -05:00
parent 65e74d6474
commit 2986d81a7e
5 changed files with 11 additions and 11 deletions
-6
View File
@@ -1,6 +0,0 @@
[package]
name = "hello-friends"
version = "0.1.0"
description = "Hello world — first program in Engram"
authors = ["Will Anderson"]
edition = "2026"
+6
View File
@@ -0,0 +1,6 @@
package "hello-friends" {
version "0.1.0"
description "Hello world — first program in Engram"
authors ["Will Anderson"]
edition "2026"
}