Skip to content

Commit

Permalink
Clean up Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Nov 7, 2020
1 parent b502281 commit a31968a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
[package]
name = "eureka"
version = "1.8.1"
authors = ["Simon Egersand <s.egersand@gmail.com>"]
description = "CLI tool to input and store your ideas without leaving the terminal"
authors = ["Simon Egersand <s.egersand@gmail.com>"]
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"
Expand Down

0 comments on commit a31968a

Please # to comment.