mirror of
https://github.com/uutils/coreutils
synced 2025-01-13 05:39:07 +00:00
8ec1060de9
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.6.5 to 0.7.8. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/compare/0.6.5...0.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
17 lines
257 B
TOML
17 lines
257 B
TOML
[package]
|
|
name = "printf"
|
|
version = "0.0.1"
|
|
authors = ["Nathan Ross"]
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_printf"
|
|
path = "printf.rs"
|
|
|
|
[dependencies]
|
|
itertools = "0.7.8"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "printf"
|
|
path = "../../uumain.rs"
|