cargo-firstpage 0.2.3

Shows only the first page of rustc output
[[bin]]
name = "cargo-firstpage"
path = "src/main.rs"

[dependencies.terminal_size]
version = "0.4"

[dependencies.textwrap]
version = "0.16"

[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins"]
description = "Shows only the first page of rustc output"
edition = "2018"
homepage = "https://github.com/cecton/cargo-firstpage"
keywords = ["first", "page", "head", "rustc"]
license = "MIT OR Apache-2.0"
name = "cargo-firstpage"
readme = "README.md"
repository = "https://github.com/cecton/cargo-firstpage"
version = "0.2.3"