mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 00:20:08 +01:00
24 lines
567 B
TOML
24 lines
567 B
TOML
[package]
|
|
name = "copyrat"
|
|
version = "0.2.0"
|
|
authors = ["u0xy <u0xy@u0xy.cc>"]
|
|
edition = "2018"
|
|
description = "This is tmux-copycat on Rust steroids."
|
|
repository = "https://github.com/graelo/tmux-copyrat"
|
|
keywords = ["rust", "tmux", "tmux-plugin", "tmux-copycat"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
termion = "1.5"
|
|
regex = "1.4"
|
|
clap = { version = "3.0.0-beta.2", features = ["suggestions", "color", "wrap_help"]}
|
|
sequence_trie = "0.3.6"
|
|
duct = "0.13"
|
|
|
|
[[bin]]
|
|
name = "copyrat"
|
|
path = "src/bin/copyrat.rs"
|
|
|
|
[[bin]]
|
|
name = "tmux-copyrat"
|
|
path = "src/bin/tmux_copyrat.rs"
|