mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
18 lines
235 B
TOML
18 lines
235 B
TOML
[package]
|
|
name = "expr"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_expr"
|
|
path = "expr.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
onig = "~4.3.2"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "expr"
|
|
path = "../../uumain.rs"
|