summaryrefslogtreecommitdiffstats
path: root/src/uu/test/Cargo.toml
blob: 3c2f27401991bdb37cc93b305b521ef3e57d1254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "uu_test"
version = "0.0.19"
authors = ["uutils developers"]
license = "MIT"
description = "test ~ (uutils) evaluate comparison and file type expressions"

homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/test"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
edition = "2021"

[lib]
path = "src/test.rs"

[dependencies]
clap = { workspace = true }
libc = { workspace = true }
uucore = { workspace = true }

[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = { workspace = true }

[[bin]]
name = "test"
path = "src/main.rs"