summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: be50319131df64274d5a236a5633a2d5f3fee08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "pager"
version = "0.16.0" # remember to update html_root_url
authors = ["Cyril Plisko <cyril.plisko@mountall.com>"]
description = "Helps pipe your output through an external pager"
documentation = "https://docs.rs/pager"
keywords = ["pager", "less", "more"]
license = "Apache-2.0/MIT"
readme = "README.md"
repository = "https://gitlab.com/imp/pager-rs.git"
edition = "2018"
categories = ["command-line-interface", "text-processing"]

[badges]
travis-ci = { repository = "imp/pager-rs" }
gitlab = { repository = "imp/pager-rs" }

[dependencies]
errno = "0.2"
libc = "0.2"

[features]
pedantic = []