mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-04-01 13:21:50 +00:00
Remove some unused Cargo.toml options
This commit is contained in:
parent
8c34b46a22
commit
aee9c0e623
17
Cargo.toml
17
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]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user