mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 11:25:26 +00:00
39d9fa31f6
Bumps [selinux](https://github.com/koutheir/selinux) from 0.2.7 to 0.3.0. - [Release notes](https://github.com/koutheir/selinux/releases) - [Changelog](https://github.com/koutheir/selinux/blob/master/CHANGELOG.md) - [Commits](https://github.com/koutheir/selinux/commits) --- updated-dependencies: - dependency-name: selinux dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
727 B
TOML
25 lines
727 B
TOML
[package]
|
|
name = "uu_vdir"
|
|
version = "0.0.15"
|
|
authors = ["uutils developers"]
|
|
license = "MIT"
|
|
description = "shortcut to ls -l -b"
|
|
|
|
homepage = "https://github.com/uutils/coreutils"
|
|
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls"
|
|
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
|
|
categories = ["command-line-utilities"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/vdir.rs"
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2", features = ["wrap_help", "cargo", "env"] }
|
|
uucore = { version=">=0.0.15", package="uucore", path="../../uucore", features=["entries", "fs"] }
|
|
selinux = { version="0.3", optional = true }
|
|
uu_ls = { version = ">=0.0.15", path="../ls"}
|
|
|
|
[[bin]]
|
|
name = "vdir"
|
|
path = "src/main.rs"
|