tuke 0.0.1

TUI keyboard for tmux
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"

[[package]]
name = "noargs"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5dc223a8d69eaeb19c31218a69a55112fe79965764430f092532aed848f1b8"

[[package]]
name = "nojson"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20f9facf70a088279ffcf06cb5f897660ebd32621629b51872f4d4b25c77e494"

[[package]]
name = "orfail"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d047c6764bd82c0195d8d392c043a37e9d4a152379e1dd88f7e63b19eb7c1d6"

[[package]]
name = "tuinix"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67068facab6ee2aff2c66c3249d064c996435cf8f1a8e61db8675571ca4c01ff"
dependencies = [
 "libc",
]

[[package]]
name = "tuke"
version = "0.0.1"
dependencies = [
 "noargs",
 "nojson",
 "orfail",
 "tuinix",
]