mirror of
https://github.com/uutils/coreutils
synced 2024-12-22 11:03:12 +00:00
19 lines
265 B
TOML
19 lines
265 B
TOML
[package]
|
|
name = "fmt"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_fmt"
|
|
path = "fmt.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
unicode-width = "0.1.5"
|
|
uucore = "0.0.2"
|
|
|
|
[[bin]]
|
|
name = "fmt"
|
|
path = "../#common/uumain.rs"
|