1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/src/fmt/Cargo.toml
dependabot[bot] f007268c9c
Bump unicode-width from 0.1.4 to 0.1.5
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>
2018-06-15 07:24:50 +00:00

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"