Remove Cargo.toml files from el-ui — vessels use manifest.el

All package management is through manifest.el / epm. Cargo.toml files
were incorrectly added to vessels and the root. Removed root workspace
Cargo.toml + Cargo.lock and all vessel-level Cargo.toml files.

el-graph and el-html were already correct (no Cargo.toml).
This commit is contained in:
2026-05-06 22:21:47 -05:00
parent 94d6eace94
commit e8b01583d8
14 changed files with 0 additions and 1122 deletions
-18
View File
@@ -1,18 +0,0 @@
[package]
name = "el-config"
version = "0.1.0"
edition = "2021"
description = "el-ui configuration system — layered, typed, environment-aware"
license = "MIT"
[lib]
name = "el_config"
path = "src/lib.rs"
[dependencies]
thiserror = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
[dev-dependencies]