zellij/zellij-client/src
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
..
old_config_converter feat(sessions): session resurrection (#2801) 2023-10-12 16:05:45 +02:00
cli_client.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
command_is_executing.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
input_handler.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
keyboard_parser.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
lib.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
os_input_output.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
stdin_ansi_parser.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
stdin_handler.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00