blob: 81e7f04d49926bc1a8f8c776792d4a3d6fe2120a [file] [log] [blame]
[package]
name = "rustyline"
version = "0.2.1"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
documentation = "http://kkawakam.github.io/rustyline/rustyline"
repository = "https://github.com/kkawakam/rustyline"
readme = "README.md"
keywords = ["readline"]
license = "MIT"
[dependencies]
libc = "0.2.7"
nix = "0.5.0"
unicode-width = "0.1.3"
[dev-dependencies]
tempdir = "0.3.4"