Remove Cargo.toml and .rs bootstrap files from el-ui vessels #30

Merged
will.anderson merged 2 commits from fix/ci-openssl-linker into dev 2026-05-07 05:49:11 +00:00
Owner

Remove root Cargo.toml/Cargo.lock from ui/ and all vessel-level Cargo.toml files — el-ui uses manifest.el. Remove all .rs bootstrap files — vessels are pure El source (manifest.el + src/main.el).

Remove root Cargo.toml/Cargo.lock from ui/ and all vessel-level Cargo.toml files — el-ui uses manifest.el. Remove all .rs bootstrap files — vessels are pure El source (manifest.el + src/main.el).
will.anderson added 2 commits 2026-05-07 05:49:05 +00:00
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).
Remove all .rs bootstrap files from el-ui vessels
El SDK CI - dev / build-and-test (pull_request) Successful in 3m33s
5d9299a472
el-ui vessels are El. The Rust bootstrap implementations were added as
a stopgap but don't belong here — everything should be El source.
Each vessel's src/main.el and manifest.el are the source of truth.
will.anderson merged commit 2e529bd0fe into dev 2026-05-07 05:49:11 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#30