tmux-copyrat/Cargo.toml
2020-06-02 20:04:06 +02:00

22 lines
568 B
TOML

[package]
name = "copyrat"
version = "0.1.0"
authors = ["Ferran Basora <fcsonline@gmail.com>", "u0xy <u0xy@u0xy.cc>"]
edition = "2018"
description = "This is tmux-copycat on Rust steroids."
repository = "https://github.com/fcsonline/tmux-thumbs"
keywords = ["rust", "tmux", "tmux-plugin", "tmux-copycat"]
license = "MIT"
[dependencies]
termion = "1.5"
regex = "1.3.1"
clap = { version = "3.0.0-beta.1", features = ["suggestions", "color", "wrap_help", "term_size"]}
[[bin]]
name = "copyrat"
path = "src/main.rs"
[[bin]]
name = "tmux-copyrat"
path = "src/bridge.rs"