shellij 0.0.1

Simplify using Zellij over SSH.
Documentation
[[bin]]
name = "shellij"
path = "src/main.rs"

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["derive"]
version = "4.5.36"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.indoc]
version = "2.0.6"

[lib]
bench = false
name = "shellij"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "network-programming", "security"]
description = "Simplify using Zellij over SSH."
edition = "2024"
keywords = ["zellij", "ssh", "cli"]
license-file = "LICENSE"
name = "shellij"
readme = "README.md"
repository = "https://github.com/roycrippen4/shellij"
version = "0.0.1"