coreutils/src/fmt/Cargo.toml

18 lines
209 B
TOML
Raw Normal View History

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