mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
30 lines
779 B
TOML
30 lines
779 B
TOML
[package]
|
|
authors = ["Peltoche <dev@halium.fr>"]
|
|
categories = ["command-line-utilities"]
|
|
description = "A ls command with a lot of pretty colors."
|
|
homepage = "https://github.com/Peltoche/lsd"
|
|
keywords = ["ls"]
|
|
license-file = "./LICENSE"
|
|
name = "lsd"
|
|
readme = "./README.md"
|
|
repository = "https://github.com/Peltoche/lsd"
|
|
version = "0.1.0"
|
|
|
|
[metadata.deb]
|
|
assets = [["target/release/lsd", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]]
|
|
depends = "$auto"
|
|
license-file = ["LICENSE", "2"]
|
|
maintainer = "Peltoche <dev@halium.fr>"
|
|
priority = "optional"
|
|
section = "utility"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.11.0"
|
|
clap = "2.32.0"
|
|
failure = "0.1.3"
|
|
lazy_static = "1.2.0"
|
|
size = "0.1.1"
|
|
term_grid = "0.1.7"
|
|
terminal_size = "0.1.8"
|
|
time = "0.1.40"
|
|
users = "0.8.0"
|