tmux alternative - Session and window management
tmux alternatifi - Oturum ve pencere yonetimi
Terminal kontrolu
crossterm = "0.28"Async runtime
tokio = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-terminal-multiplexer"
version = "0.1.0"
edition = "2021"
[dependencies]
crossterm = "0.28"
tokio = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"