From a31968a7a7413ffc5161c869e4203d171249f366 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Sat, 7 Nov 2020 18:13:12 +0100 Subject: [PATCH] Clean up Cargo.toml --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 029e1fa..9d0b39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,26 @@ [package] name = "eureka" version = "1.8.1" -authors = ["Simon Egersand "] description = "CLI tool to input and store your ideas without leaving the terminal" +authors = ["Simon Egersand "] categories = ["command-line-interface", "command-line-utilities"] keywords = ["cli", "terminal", "productivity", "git", "ideas"] + documentation = "https://github.com/simeg/eureka/blob/master/README.md" homepage = "https://github.com/simeg/eureka" repository = "https://github.com/simeg/eureka" readme = "README.md" license = "MIT" edition = "2018" + exclude = [ "assets/*", + "tests/*", ] +[badges] +travis-ci = { repository = "simeg/eureka" } + [dependencies] clap = "2.33.3" dirs = "3.0.1"