mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Put some metadata in Cargo.toml
For #132. Users had to be updated for the version number.
This commit is contained in:
parent
99e52013b5
commit
8dd9df2e86
12
Cargo.toml
12
Cargo.toml
@ -3,6 +3,16 @@ name = "exa"
|
||||
version = "0.7.0"
|
||||
authors = [ "ogham@bsago.me" ]
|
||||
|
||||
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"
|
||||
categories = ["command-line-utilities"]
|
||||
keywords = ["ls", "files", "command-line"]
|
||||
license = "MIT"
|
||||
|
||||
[[bin]]
|
||||
name = "exa"
|
||||
path = "src/bin/main.rs"
|
||||
@ -25,7 +35,7 @@ number_prefix = "0.2.3"
|
||||
scoped_threadpool = "0.1.*"
|
||||
term_grid = "0.1.2"
|
||||
unicode-width = "0.1.4"
|
||||
users = "0.5.1"
|
||||
users = "0.5.2"
|
||||
|
||||
[features]
|
||||
default = [ "git" ]
|
||||
|
Loading…
Reference in New Issue
Block a user