coreutils/src/fmt/Cargo.toml

19 lines
252 B
TOML
Raw Normal View History

[package]
name = "fmt"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_fmt"
path = "fmt.rs"
[dependencies]
libc = "0.2.42"
unicode-width = "0.1.5"
uucore = { path="../uucore" }
[[bin]]
name = "fmt"
path = "../../uumain.rs"