Remove some unused Cargo.toml options

This commit is contained in:
Benjamin Sago 2021-04-03 17:41:54 +01:00
parent 8c34b46a22
commit aee9c0e623
1 changed files with 6 additions and 11 deletions

View File

@ -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]]