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

[dependencies]
libc = "0.2"