[[bin]]
doc = false
name = "iota"
[dependencies]
docopt = "0.6.47"
gapbuffer = "0.1.1"
libc = "0.1"
rustbox = "0.7.1"
rustc-serialize = "0.3.14"
tempdir = "0.3.0"
unicode-width = "0.1.1"
[lib]
name = "iota"
path = "src/iota/lib.rs"
[project]
authors = ["Greg Chapple <gregchapple1@gmail.com>"]
description = "A simple text editor"
homepage = "https://github.com/gchp/iota"
keywords = ["editor", "text", "terminal"]
license = "MIT"
name = "iota-editor"
readme = "README.md"
repository = "https://github.com/gchp/iota"
version = "0.1.0"