summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d3b3ac2b8d29774600a8f9ee502d727df50194da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Cyril Plisko <cyril.plisko@mountall.com>"]
description = "Helps pipe your output through an external pager"
documentation = "https://docs.rs/pager"
homepage = "https://gitlab.com/imp/pager-rs"
keywords = ["pager", "less", "more"]
license = "Apache-2.0/MIT"
name = "pager"
readme = "README.md"
repository = "https://gitlab.com/imp/pager-rs.git"
version = "0.9.3"

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