mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-04-02 13:51:51 +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]
|
[package]
|
||||||
name = "exa"
|
name = "exa"
|
||||||
version = "0.9.0"
|
|
||||||
authors = [ "Benjamin Sago <ogham@bsago.me>" ]
|
|
||||||
build = "build.rs"
|
|
||||||
edition = "2018"
|
|
||||||
|
|
||||||
description = "A modern replacement for ls"
|
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"]
|
categories = ["command-line-utilities"]
|
||||||
keywords = ["ls", "files", "command-line"]
|
edition = "2018"
|
||||||
license = "MIT"
|
|
||||||
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
||||||
|
homepage = "https://the.exa.website/"
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/ogham/exa"
|
||||||
|
version = "0.9.0"
|
||||||
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user