summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-07 21:15:37 +0200
committerrabite <rabite@posteo.de>2019-04-07 21:15:37 +0200
commit14d651f79d0207b74c8aead863b746e8527200eb (patch)
tree4a4281270df3d2c39ee94ec0dab9dcef2fe6db1a
parentaa7e5be74d67915e733c388112d80f0b35c7859e (diff)
parent42350f47bb7668792490729802b5571cc7606024 (diff)
Merge branch 'master' into evil
-rw-r--r--Cargo.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 278f2ea..019e5ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = "*"