* 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. |
||
|---|---|---|
| .. | ||
| old_config_converter | ||
| cli_client.rs | ||
| command_is_executing.rs | ||
| input_handler.rs | ||
| keyboard_parser.rs | ||
| lib.rs | ||
| os_input_output.rs | ||
| stdin_ansi_parser.rs | ||
| stdin_handler.rs | ||