summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2021-04-03 17:41:54 +0100
committerBenjamin Sago <ogham@bsago.me>2021-04-03 17:41:54 +0100
commitaee9c0e623a54a196f0598911b09d699e3ec02b2 (patch)
tree7e79efcbdcfcecc8985de0ca3f984df7fbabfeac /Cargo.toml
parent8c34b46a22960e3f91ae3ad5eeff6be92df4dc1b (diff)
Remove some unused Cargo.toml options
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 6 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c897df0..76fce51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,20 +1,15 @@
[package]
name = "exa"
-version = "0.9.0"
-authors = [ "Benjamin Sago <ogham@bsago.me>" ]
-build = "build.rs"
-edition = "2018"
-
description = "A modern replacement for ls"
-homepage = "https://the.exa.website/"
-repository = "https://github.com/ogham/exa"
-documentation = "https://github.com/ogham/exa"
-readme = "README.md"
+authors = ["Benjamin Sago <ogham@bsago.me>"]
categories = ["command-line-utilities"]
-keywords = ["ls", "files", "command-line"]
-license = "MIT"
+edition = "2018"
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
+homepage = "https://the.exa.website/"
+license = "MIT"
+repository = "https://github.com/ogham/exa"
+version = "0.9.0"
[[bin]]