mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 00:23:18 +00:00
14 lines
135 B
TOML
14 lines
135 B
TOML
|
|
||
|
[package]
|
||
|
name = "true"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "true"
|
||
|
path = "true.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|