1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 10:41:03 +00:00
uutils-coreutils/src/cat/Cargo.toml
dependabot[bot] 2e22cbae9a
Bump quick-error from 1.2.1 to 1.2.2
Bumps [quick-error](https://github.com/tailhook/quick-error) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/tailhook/quick-error/releases)
- [Commits](https://github.com/tailhook/quick-error/compare/v1.2.1...v1.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-06-13 03:25:46 +00:00

23 lines
321 B
TOML

[package]
name = "cat"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_cat"
path = "cat.rs"
[dependencies]
quick-error = "1.2.2"
[dependencies.uucore]
path = "../uucore"
features = ["fs"]
[target.'cfg(unix)'.dependencies]
unix_socket = "0.5.0"
[[bin]]
name = "cat"
path = "../../uumain.rs"