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