rust-ed 0.1.0

Rust port of the ED text editor
Documentation
[package]
name = "rust-ed"
authors = ["Paul Woolcock <paul@woolcock.us>"]
version = "0.1.0"
license = "AGPL-3.0"
description = """
Rust port of the ED text editor
"""
homepage = "https://gitlab.com/pwoolcoc/rusted"
documentation = "https://docs.rs/rusted"
readme = "README.adoc"

[[bin]]
name = "rusted"
path = "src/bin/main.rs"

[dependencies]
clap = "2.24.1"
env_logger = "0.4.2"
error-chain = "0.10.0"
log = "0.3.7"
nom = "2"
nom-test-helpers = "2.0.0"

[lib]
name = "_rusted"
path = "src/lib.rs"