1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/src/uu/pathchk/Cargo.toml
2023-02-11 18:54:46 +01:00

24 lines
602 B
TOML

[package]
name = "uu_pathchk"
version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "pathchk ~ (uutils) diagnose invalid or non-portable PATHNAME"
homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pathchk"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
edition = "2021"
[lib]
path = "src/pathchk.rs"
[dependencies]
clap = { workspace=true }
libc = { workspace=true }
uucore = { workspace=true }
[[bin]]
name = "pathchk"
path = "src/main.rs"