mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 00:53:25 +00:00
19 lines
261 B
TOML
19 lines
261 B
TOML
[package]
|
|
name = "expr"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_expr"
|
|
path = "expr.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
onig = "~4.3.2"
|
|
uucore = "0.0.2"
|
|
|
|
[[bin]]
|
|
name = "expr"
|
|
path = "../#common/uumain.rs"
|