From ea7d8f5a0a9fa8daa9cb1e7f4d8281d6f19302b3 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Thu, 28 Feb 2019 23:22:08 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 24cf1fc..d7cd30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "tmux-thumbs" version = "0.1.0" authors = ["Ferran Basora "] edition = "2018" +description = "A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator" +repository = "https://github.com/fcsonline/tmux-thumbs" +keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"] +license = "MIT" [dependencies] rustbox = "*"