mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
11 lines
174 B
TOML
11 lines
174 B
TOML
[package]
|
|
name = "tmux-thumbs"
|
|
version = "0.1.0"
|
|
authors = ["Ferran Basora <fcsonline@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rustbox = "*"
|
|
regex = "1"
|
|
clap = "2.32.0"
|