mirror of
https://github.com/uutils/coreutils
synced 2025-01-09 03:39:08 +00:00
16 lines
390 B
TOML
16 lines
390 B
TOML
[package]
|
|
name = "uu_true"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
path = "src/true.rs"
|
|
|
|
[dependencies]
|
|
uucore = { version="0.0.3", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary" }
|
|
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
|
|
|
|
[[bin]]
|
|
name = "true"
|
|
path = "src/main.rs"
|