Replace el.toml with manifest.el throughout — El manifests are El, not TOML
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
[package]
|
||||
name = "hello-friends"
|
||||
version = "0.1.0"
|
||||
description = "Hello world — first program in Engram"
|
||||
authors = ["Will Anderson"]
|
||||
edition = "2026"
|
||||
@@ -0,0 +1,6 @@
|
||||
package "hello-friends" {
|
||||
version "0.1.0"
|
||||
description "Hello world — first program in Engram"
|
||||
authors ["Will Anderson"]
|
||||
edition "2026"
|
||||
}
|
||||
Reference in New Issue
Block a user