coreutils/src/fmt/Cargo.toml

18 lines
218 B
TOML
Raw Normal View History

[package]
name = "fmt"
version = "0.0.1"
authors = []
[lib]
name = "uu_fmt"
path = "fmt.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
libc = "0.2.26"
unicode-width = "0.1.4"
uucore = { path="../uucore" }
[[bin]]
name = "fmt"
path = "main.rs"