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 dc4a9ee95f
commit c16b6ed602
5 changed files with 11 additions and 11 deletions
-3
View File
@@ -1,3 +0,0 @@
[package]
name = "hello"
version = "0.1.0"
+3
View File
@@ -0,0 +1,3 @@
package "hello" {
version "0.1.0"
}