tmux_plugin 0.0.1

A library for writing tmux plugins in Rust. This requires a forked version of tmux which supports plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "tmux_plugin"
version = "0.0.1"
dependencies = [
 "libc",
]