Merge branch 'master' into evil

This commit is contained in:
rabite 2019-04-07 21:15:37 +02:00
commit 14d651f79d
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,15 @@
[package]
name = "hunter"
version = "0.1.0"
authors = ["project"]
version = "1.0.1"
authors = ["rabite"]
edition = "2018"
description = "Fast, lag-free terminal file browser"
homepage = "https://github.com/rabite0/hunter"
repository = "https://github.com/rabite0/hunter"
readme = "README.md"
license = "WTFPL"
keywords = ["cli", "terminal", "file"]
categories = ["command-line-utilities"]
[dependencies]
termion = "*"