zellij/zellij-utils
har7an 6be8c495bc
build: Don't re-export foreign crates in utils (#4087)
* build(utils): Don't use reexported dependency

for internal code, but use the dependency directly.

* build(client): Don't use re-exports from `utils`

but turn `zellij-utils` dependencies into shared workspace dependencies
instead and specify those in `Cargo.toml` explicitly. This gives a much
better overview of what component in zellij uses which crates. The
previous approach hides a lot of this information since it looks like
crates are used in a single place where this isn't actually true.

* deps(tile): Don't use re-exports from zellij-utils.

* build(zellij): Don't use re-exports from zellij-utils.

* build(server): Don't use re-exports from zellij-utils.

* build(utils): Don't re-export foreign crates.

* docs: Update Changelog with PR #4087.

* style: Apply rustfmt.

* style: Apply rustfmt.

* build(e2e): Don't use re-export from zellij-utils.

* test: Restore e2e tests.

* style: Apply more formatting.
2025-03-23 10:03:42 +00:00
..
assets chore(release): v0.42.1 2025-03-21 09:47:15 +01:00
src build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
build.rs xtask/pipeline: Fix publish task (#2711) 2023-08-28 06:24:27 +00:00
Cargo.toml build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00