mirror of
https://github.com/uutils/coreutils
synced 2024-12-23 19:43:15 +00:00
18 lines
252 B
TOML
18 lines
252 B
TOML
[package]
|
|
name = "fmt"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_fmt"
|
|
path = "fmt.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
unicode-width = "0.1.4"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "fmt"
|
|
path = "../../uumain.rs"
|