coreutils/src/fmt/Cargo.toml
2017-07-15 15:16:09 -05:00

17 lines
218 B
TOML

[package]
name = "fmt"
version = "0.0.1"
authors = []
[lib]
name = "uu_fmt"
path = "fmt.rs"
[dependencies]
libc = "0.2.26"
unicode-width = "0.1.4"
uucore = { path="../uucore" }
[[bin]]
name = "fmt"
path = "main.rs"