tx 0.0.1

tmux with s keystrokes
Documentation
[package]
name = "tx"
authors = ["Axel H. <noirbizarre@gmail.com>"]
description = "tmux with s keystrokes"
edition = "2024"
exclude = ["/.github"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/noirbizarre/tx"
version = "0.0.1"

[dependencies]

[lints.rust]
missing_docs = "deny"
unused_must_use = "deny"

[lints.clippy]
self_named_module_files = "deny"

[profile.dev]
# https://davidlattimore.github.io/posts/2024/02/04/speeding-up-the-rust-edit-build-run-cycle.html#avoid-linking-debug-info
debug = 0
strip = "debuginfo"