|
|
@ -1,6 +1,6 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "collect"
|
|
|
|
name = "collect"
|
|
|
|
version = "1.0.1"
|
|
|
|
version = "1.0.2"
|
|
|
|
description = "collect all of stdin until it is closed, then output it all to stdout"
|
|
|
|
description = "collect all of stdin until it is closed, then output it all to stdout"
|
|
|
|
keywords = ["shell", "pipe", "utility", "unix", "linux"]
|
|
|
|
keywords = ["shell", "pipe", "utility", "unix", "linux"]
|
|
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
|
@ -88,5 +88,5 @@ recolored = { version = "1.9.3", optional = true }
|
|
|
|
memchr = "2.4.1"
|
|
|
|
memchr = "2.4.1"
|
|
|
|
lazy_format = "1.10.0"
|
|
|
|
lazy_format = "1.10.0"
|
|
|
|
bitflags = {version = "1.3.2", optional = true }
|
|
|
|
bitflags = {version = "1.3.2", optional = true }
|
|
|
|
stackalloc = {version = "1.1.1", optional = true }
|
|
|
|
stackalloc = {version = "1.1.2", optional = true }
|
|
|
|
lazy_static = { version = "1.4.0", optional = true }
|
|
|
|
lazy_static = { version = "1.4.0", optional = true }
|
|
|
|