mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 10:11:01 +00:00
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
18 lines
252 B
TOML
18 lines
252 B
TOML
[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"
|