summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 8a9a59b4f40fee3eea4ac0c11d3051aecc215e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
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"
name = "pager"
readme = "README.md"
repository = "https://gitlab.com/imp/pager-rs.git"
version = "0.15.0" # remember to update html_root_url
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 = []